COLOR #D5CEE6

HEX: #D5CEE6
RGB: (213,206,230)

Renk bilgisi

#D5CEE6 contains red, green and blue colors in about the same proportion. #D5CEE6 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#D5CEE6 color RGB value is (213,206,230).

  • kırmız ton 213;
  • yeşil ton 206;
  • mavi ton 230.
RGB:
(213,206,230)
(84%,81%,90%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 206 of 255 = 81%
B 230 of 255 = 90%

213
206
230

R + G + B ~ 85%. #D5CEE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 206 + 230 = 649 (100%)
R 213 of 649 ~ 32.82%
G 206 of 649 ~ 31.74%
B 230 of 649 ~ 35.44%

%32.82
%31.74
%35.44

CMYK RENK MODELİ

#D5CEE6 rengi CMYK tonu (7,10,0,10).

  • camgöbeği tonu 7.39%
  • eflatun tonu 10.43%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(7,10,0,10)
C7M10Y0K10 
(7%,10%,0%,10%)
(0.07/0.10/0.00/0.10)	

CMYK yüzdeleri

%7.39
%10.43
%0
%9.8

Codes

Color #D5CEE6 in popluar color models

D5CEE6
RGB213206230
HSL258°32.43%85.49%
HSB/HSV258°10.43%90.20%
CMYK7.39%10.43%0.00%
9.80%

Color #D5CEE6 in popluar number systems.

HEXD5CEE6
Decimal213206230
Binary110101011100111011100110
Octal325316346

Shades and tints

Shades of #D5CEE6

#D5CEE6
(213,206,230)
#C2BCD2
(194,188,210)
#AFAABE
(175,170,190)
#9C98AA
(156,152,170)
#898696
(137,134,150)
#767482
(118,116,130)
#63626E
(99,98,110)
#50505A
(80,80,90)
#3D3E46
(61,62,70)
#2A2C32
(42,44,50)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #D5CEE6

#D5CEE6
(213,206,230)
#D8D2E8
(216,210,232)
#DBD6EA
(219,214,234)
#DEDAEC
(222,218,236)
#E1DEEE
(225,222,238)
#E4E2F0
(228,226,240)
#E7E6F2
(231,230,242)
#EAEAF4
(234,234,244)
#EDEEF6
(237,238,246)
#F0F2F8
(240,242,248)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CEE6 color. Also use rgb(213,206,230) instead hex code.

Text Font Color

.myTextColor { color: #D5CEE6; }

<p style="color:#D5CEE6">This sample text font color is #D5CEE6.</p>

This text font color is #D5CEE6.


Background Color

.myBgColor { background-color: #D5CEE6; }

<div style="background-color:#D5CEE6">Inner text</div>

This div background color is #D5CEE6.


Border color

.myBorderColor { border: 1px solid #D5CEE6; }

<div style="border:3px solid #D5CEE6">Div</div>

This div border color is #D5CEE6.


Opacity

.myOpacity80 { color: #D5CEE6; opacity: 0.8; }

<p style="color:#D5CEE6;opacity:0.8;">80%</p>

Text with #D5CEE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5CEE6;}

<p style="text-shadow: 3px 3px 1px #D5CEE6">Text here.</p>

This text has shadow with #D5CEE6 color.

.textShadow {text-shadow: 3px 3px 1px #D5CEE6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5CEE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5CEE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5CEE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5CEE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5CEE6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5CEE6;
  -webkit-box-shadow:	1px 1px 3px 2px #D5CEE6;
  box-shadow:		1px 1px 3px 2px #D5CEE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5CEE6;
-webkit-box-shadow: 1px 1px 3px 2px #D5CEE6;
box-shadow:1px 1px 3px 2px #D5CEE6;">
Div content here</div>
This div box has shadow with color #D5CEE6.

Preview

Color preview on black background

This text has color #D5CEE6 on black background.


Color preview on white background

This text has color #D5CEE6 on white background.



Black color preview on #D5CEE6 background

This text has black color on #D5CEE6 background.


White color preview on #D5CEE6 background

This text has white color on #D5CEE6 background.