COLOR #D7CAEA

HEX: #D7CAEA
RGB: (215,202,234)

Color info

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

RGB color model

#D7CAEA color RGB value is (215,202,234).

  • red value is 215;
  • green value is 202;
  • blue value is 234.
RGB:
(215,202,234)
(84%,79%,92%)

RGB channels and saturation

R 215 of 255 = 84%
G 202 of 255 = 79%
B 234 of 255 = 92%

215
202
234

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

Portions of RGB colors in percentages

R + G + B =
215 + 202 + 234 = 651 (100%)
R 215 of 651 ~ 33.03%
G 202 of 651 ~ 31.03%
B 234 of 651 ~ 35.94%

%33.03
%31.03
%35.94

CMYK color model

#D7CAEA color CMYK value is (8,14,0,8).

  • cyan value is 8.12%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(8,14,0,8)
C8M14Y0K8 
(8%,14%,0%,8%)
(0.08/0.14/0.00/0.08)	

CMYK percentages

%8.12
%13.68
%0
%8.24

Codes

Color #D7CAEA in popluar color models

D7CAEA
RGB215202234
HSL264°43.24%85.49%
HSB/HSV264°13.68%91.76%
CMYK8.12%13.68%0.00%
8.24%

Color #D7CAEA in popluar number systems.

HEXD7CAEA
Decimal215202234
Binary110101111100101011101010
Octal327312352

Shades and tints

Shades of #D7CAEA

#D7CAEA
(215,202,234)
#C4B8D5
(196,184,213)
#B1A6C0
(177,166,192)
#9E94AB
(158,148,171)
#8B8296
(139,130,150)
#787081
(120,112,129)
#655E6C
(101,94,108)
#524C57
(82,76,87)
#3F3A42
(63,58,66)
#2C282D
(44,40,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #D7CAEA

#D7CAEA
(215,202,234)
#DACEEB
(218,206,235)
#DDD2EC
(221,210,236)
#E0D6ED
(224,214,237)
#E3DAEE
(227,218,238)
#E6DEEF
(230,222,239)
#E9E2F0
(233,226,240)
#ECE6F1
(236,230,241)
#EFEAF2
(239,234,242)
#F2EEF3
(242,238,243)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CAEA color. Also use rgb(215,202,234) instead hex code.

Text Font Color

.myTextColor { color: #D7CAEA; }

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

This text font color is #D7CAEA.


Background Color

.myBgColor { background-color: #D7CAEA; }

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

This div background color is #D7CAEA.


Border color

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

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

This div border color is #D7CAEA.


Opacity

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

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

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

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

This text has shadow with #D7CAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CAEA on black background.


Color preview on white background

This text has color #D7CAEA on white background.



Black color preview on #D7CAEA background

This text has black color on #D7CAEA background.


White color preview on #D7CAEA background

This text has white color on #D7CAEA background.