COLOR #D7CDEB

HEX: #D7CDEB
RGB: (215,205,235)

Color info

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

RGB color model

#D7CDEB color RGB value is (215,205,235).

  • red value is 215;
  • green value is 205;
  • blue value is 235.
RGB:
(215,205,235)
(84%,80%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 205 of 255 = 80%
B 235 of 255 = 92%

215
205
235

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

Portions of RGB colors in percentages

R + G + B =
215 + 205 + 235 = 655 (100%)
R 215 of 655 ~ 32.82%
G 205 of 655 ~ 31.3%
B 235 of 655 ~ 35.88%

%32.82
%31.3
%35.88

CMYK color model

#D7CDEB color CMYK value is (9,13,0,8).

  • cyan value is 8.51%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,13,0,8)
C9M13Y0K8 
(9%,13%,0%,8%)
(0.09/0.13/0.00/0.08)	

CMYK percentages

%8.51
%12.77
%0
%7.84

Codes

Color #D7CDEB in popluar color models

D7CDEB
RGB215205235
HSL260°42.86%86.27%
HSB/HSV260°12.77%92.16%
CMYK8.51%12.77%0.00%
7.84%

Color #D7CDEB in popluar number systems.

HEXD7CDEB
Decimal215205235
Binary110101111100110111101011
Octal327315353

Shades and tints

Shades of #D7CDEB

#D7CDEB
(215,205,235)
#C4BBD6
(196,187,214)
#B1A9C1
(177,169,193)
#9E97AC
(158,151,172)
#8B8597
(139,133,151)
#787382
(120,115,130)
#65616D
(101,97,109)
#524F58
(82,79,88)
#3F3D43
(63,61,67)
#2C2B2E
(44,43,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #D7CDEB

#D7CDEB
(215,205,235)
#DAD1EC
(218,209,236)
#DDD5ED
(221,213,237)
#E0D9EE
(224,217,238)
#E3DDEF
(227,221,239)
#E6E1F0
(230,225,240)
#E9E5F1
(233,229,241)
#ECE9F2
(236,233,242)
#EFEDF3
(239,237,243)
#F2F1F4
(242,241,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CDEB color. Also use rgb(215,205,235) instead hex code.

Text Font Color

.myTextColor { color: #D7CDEB; }

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

This text font color is #D7CDEB.


Background Color

.myBgColor { background-color: #D7CDEB; }

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

This div background color is #D7CDEB.


Border color

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

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

This div border color is #D7CDEB.


Opacity

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

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

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

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

This text has shadow with #D7CDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CDEB on black background.


Color preview on white background

This text has color #D7CDEB on white background.



Black color preview on #D7CDEB background

This text has black color on #D7CDEB background.


White color preview on #D7CDEB background

This text has white color on #D7CDEB background.