COLOR #D7CEE1

HEX: #D7CEE1 RGB: (215,206,225)

Color info

#D7CEE1 contains red, green and blue colors in about the same proportion. Web safe color of #D7CEE1 is #CCCCCC (or #CCC).

RGB color model

#D7CEE1 color RGB value is (215,206,225).

RGB: (215,206,225) (84%, 81%, 88%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 225 of 255 = 88%

215
206
225

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

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 225 = 646 (100%)
R 215 of 646 ~ 33.28%
G 206 of 646 ~ 31.89%
B 225 of 646 ~ 34.83'%

%33.28
%31.89
%34.83

CMYK color model

#D7CEE1 color CMYK value is (4,8,0,12).

  • cyan value is 4.44%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (4,8,0,12)
C4M8Y0K12 (4%, 8%, 0%, 12%)
(0.04 / 0.08 / 0.00 / 0.12)

CMYK percentages

%4.44
%8.44
%0
%11.76

Codes

Color #D7CEE1 in popluar color models

D7 CE E1
RGB 215 206 225
HSL 268° 24.05% 84.51%
HSB/HSV 268° 8.44% 88.24%
CMYK 4.44% 8.44% 0.00%
11.76%

Color #D7CEE1 in popluar number systems.

HEX D7 CE E1
Decimal 215 206 225
Binary 11010111 11001110 11100001
Octal 327 316 341

Shades and tints

Shades of #D7CEE1

#D7CEE1
(215,206,225)
#C4BCCD
(196,188,205)
#B1AAB9
(177,170,185)
#9E98A5
(158,152,165)
#8B8691
(139,134,145)
#78747D
(120,116,125)
#656269
(101,98,105)
#525055
(82,80,85)
#3F3E41
(63,62,65)
#2C2C2D
(44,44,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #D7CEE1

#D7CEE1
(215,206,225)
#DAD2E3
(218,210,227)
#DDD6E5
(221,214,229)
#E0DAE7
(224,218,231)
#E3DEE9
(227,222,233)
#E6E2EB
(230,226,235)
#E9E6ED
(233,230,237)
#ECEAEF
(236,234,239)
#EFEEF1
(239,238,241)
#F2F2F3
(242,242,243)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CEE1 color. Also use rgb(215,206,225) instead hex code.

Text Font Color

.myTextColor { color: #D7CEE1; }

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

This text font color is #D7CEE1.

Background Color

.myBgColor { background-color: #D7CEE1; }

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

This div background color is #D7CEE1.

Border color

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

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

This div border color is #D7CEE1.

Opacity

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

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

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

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

This text has shadow with #D7CEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEE1.

Preview

Color preview on black background

This text has color #D7CEE1 on black background.


Color preview on white background

This text has color #D7CEE1 on white background.


Black color preview on #D7CEE1 background

This text has black color on #D7CEE1 background.


White color preview on #D7CEE1 background

This text has white color on #D7CEE1 background.


Related colors

Complementary color

Complementary color for #hex is #28311E.


I love getcolorcode.com

Triadic colors

1 #E1D7CE and #CEE1D7 with #D7CEE1 are triadic colors.

2 #E1CED7 and #CED7E1 with #D7CEE1 are triadic colors.