COLOR #D5C9E2

HEX: #D5C9E2
RGB: (213,201,226)

Renk bilgisi

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

RGB renk modeli

#D5C9E2 color RGB value is (213,201,226).

  • kırmız ton 213;
  • yeşil ton 201;
  • mavi ton 226.
RGB:
(213,201,226)
(84%,79%,89%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 201 of 255 = 79%
B 226 of 255 = 89%

213
201
226

R + G + B ~ 84%. #D5C9E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 201 + 226 = 640 (100%)
R 213 of 640 ~ 33.28%
G 201 of 640 ~ 31.41%
B 226 of 640 ~ 35.31%

%33.28
%31.41
%35.31

CMYK RENK MODELİ

#D5C9E2 rengi CMYK tonu (6,11,0,11).

  • camgöbeği tonu 5.75%
  • eflatun tonu 11.06%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(6,11,0,11)
C6M11Y0K11 
(6%,11%,0%,11%)
(0.06/0.11/0.00/0.11)	

CMYK yüzdeleri

%5.75
%11.06
%0
%11.37

Codes

Color #D5C9E2 in popluar color models

D5C9E2
RGB213201226
HSL269°30.12%83.73%
HSB/HSV269°11.06%88.63%
CMYK5.75%11.06%0.00%
11.37%

Color #D5C9E2 in popluar number systems.

HEXD5C9E2
Decimal213201226
Binary110101011100100111100010
Octal325311342

Shades and tints

Shades of #D5C9E2

#D5C9E2
(213,201,226)
#C2B7CE
(194,183,206)
#AFA5BA
(175,165,186)
#9C93A6
(156,147,166)
#898192
(137,129,146)
#766F7E
(118,111,126)
#635D6A
(99,93,106)
#504B56
(80,75,86)
#3D3942
(61,57,66)
#2A272E
(42,39,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #D5C9E2

#D5C9E2
(213,201,226)
#D8CDE4
(216,205,228)
#DBD1E6
(219,209,230)
#DED5E8
(222,213,232)
#E1D9EA
(225,217,234)
#E4DDEC
(228,221,236)
#E7E1EE
(231,225,238)
#EAE5F0
(234,229,240)
#EDE9F2
(237,233,242)
#F0EDF4
(240,237,244)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C9E2 color. Also use rgb(213,201,226) instead hex code.

Text Font Color

.myTextColor { color: #D5C9E2; }

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

This text font color is #D5C9E2.


Background Color

.myBgColor { background-color: #D5C9E2; }

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

This div background color is #D5C9E2.


Border color

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

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

This div border color is #D5C9E2.


Opacity

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

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

Text with #D5C9E2 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 #D5C9E2;}

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

This text has shadow with #D5C9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C9E2 on black background.


Color preview on white background

This text has color #D5C9E2 on white background.



Black color preview on #D5C9E2 background

This text has black color on #D5C9E2 background.


White color preview on #D5C9E2 background

This text has white color on #D5C9E2 background.