COLOR #D7CCEE

HEX: #D7CCEE
RGB: (215,204,238)

Color info

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

RGB color model

#D7CCEE color RGB value is (215,204,238).

  • red value is 215;
  • green value is 204;
  • blue value is 238.
RGB:
(215,204,238)
(84%,80%,93%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 238 of 255 = 93%

215
204
238

R + G + B ~ 86%. #D7CCEE is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 238 = 657 (100%)
R 215 of 657 ~ 32.72%
G 204 of 657 ~ 31.05%
B 238 of 657 ~ 36.23%

%32.72
%31.05
%36.23

CMYK color model

#D7CCEE color CMYK value is (10,14,0,7).

  • cyan value is 9.66%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(10,14,0,7)
C10M14Y0K7 
(10%,14%,0%,7%)
(0.10/0.14/0.00/0.07)	

CMYK percentages

%9.66
%14.29
%0
%6.67

Codes

Color #D7CCEE in popluar color models

D7CCEE
RGB215204238
HSL259°50.00%86.67%
HSB/HSV259°14.29%93.33%
CMYK9.66%14.29%0.00%
6.67%

Color #D7CCEE in popluar number systems.

HEXD7CCEE
Decimal215204238
Binary110101111100110011101110
Octal327314356

Shades and tints

Shades of #D7CCEE

#D7CCEE
(215,204,238)
#C4BAD9
(196,186,217)
#B1A8C4
(177,168,196)
#9E96AF
(158,150,175)
#8B849A
(139,132,154)
#787285
(120,114,133)
#656070
(101,96,112)
#524E5B
(82,78,91)
#3F3C46
(63,60,70)
#2C2A31
(44,42,49)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #D7CCEE

#D7CCEE
(215,204,238)
#DAD0EF
(218,208,239)
#DDD4F0
(221,212,240)
#E0D8F1
(224,216,241)
#E3DCF2
(227,220,242)
#E6E0F3
(230,224,243)
#E9E4F4
(233,228,244)
#ECE8F5
(236,232,245)
#EFECF6
(239,236,246)
#F2F0F7
(242,240,247)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CCEE color. Also use rgb(215,204,238) instead hex code.

Text Font Color

.myTextColor { color: #D7CCEE; }

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

This text font color is #D7CCEE.


Background Color

.myBgColor { background-color: #D7CCEE; }

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

This div background color is #D7CCEE.


Border color

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

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

This div border color is #D7CCEE.


Opacity

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

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

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

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

This text has shadow with #D7CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCEE on black background.


Color preview on white background

This text has color #D7CCEE on white background.



Black color preview on #D7CCEE background

This text has black color on #D7CCEE background.


White color preview on #D7CCEE background

This text has white color on #D7CCEE background.