COLOR #D5C6EB

HEX: #D5C6EB
RGB: (213,198,235)

Color info

#D5C6EB contains red, green and blue colors in about the same proportion. Web safe color of #D5C6EB is #CCCCFF (or #CCF).

RGB color model

#D5C6EB color RGB value is (213,198,235).

  • red value is 213;
  • green value is 198;
  • blue value is 235.
RGB:
(213,198,235)
(84%,78%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 235 of 255 = 92%

213
198
235

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

Portions of RGB colors in percentages

R + G + B =
213 + 198 + 235 = 646 (100%)
R 213 of 646 ~ 32.97%
G 198 of 646 ~ 30.65%
B 235 of 646 ~ 36.38%

%32.97
%30.65
%36.38

CMYK color model

#D5C6EB color CMYK value is (9,16,0,8).

  • cyan value is 9.36%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,16,0,8)
C9M16Y0K8 
(9%,16%,0%,8%)
(0.09/0.16/0.00/0.08)	

CMYK percentages

%9.36
%15.74
%0
%7.84

Codes

Color #D5C6EB in popluar color models

D5C6EB
RGB213198235
HSL264°48.05%84.90%
HSB/HSV264°15.74%92.16%
CMYK9.36%15.74%0.00%
7.84%

Color #D5C6EB in popluar number systems.

HEXD5C6EB
Decimal213198235
Binary110101011100011011101011
Octal325306353

Shades and tints

Shades of #D5C6EB

#D5C6EB
(213,198,235)
#C2B4D6
(194,180,214)
#AFA2C1
(175,162,193)
#9C90AC
(156,144,172)
#897E97
(137,126,151)
#766C82
(118,108,130)
#635A6D
(99,90,109)
#504858
(80,72,88)
#3D3643
(61,54,67)
#2A242E
(42,36,46)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #D5C6EB

#D5C6EB
(213,198,235)
#D8CBEC
(216,203,236)
#DBD0ED
(219,208,237)
#DED5EE
(222,213,238)
#E1DAEF
(225,218,239)
#E4DFF0
(228,223,240)
#E7E4F1
(231,228,241)
#EAE9F2
(234,233,242)
#EDEEF3
(237,238,243)
#F0F3F4
(240,243,244)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C6EB color. Also use rgb(213,198,235) instead hex code.

Text Font Color

.myTextColor { color: #D5C6EB; }

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

This text font color is #D5C6EB.


Background Color

.myBgColor { background-color: #D5C6EB; }

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

This div background color is #D5C6EB.


Border color

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

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

This div border color is #D5C6EB.


Opacity

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

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

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

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

This text has shadow with #D5C6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C6EB on black background.


Color preview on white background

This text has color #D5C6EB on white background.



Black color preview on #D5C6EB background

This text has black color on #D5C6EB background.


White color preview on #D5C6EB background

This text has white color on #D5C6EB background.