COLOR #D7CAF8

HEX: #D7CAF8 RGB: (215,202,248)

Color info

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

RGB color model

#D7CAF8 color RGB value is (215,202,248).

RGB: (215,202,248) (84%, 79%, 97%)

RGB channels and saturation

R 215 of 255 = 84%
G 202 of 255 = 79%
B 248 of 255 = 97%

215
202
248

R + G + B ~ 87%. #D7CAF8 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 202 + 248 = 665 (100%)
R 215 of 665 ~ 32.33%
G 202 of 665 ~ 30.38%
B 248 of 665 ~ 37.29'%

%32.33
%30.38
%37.29

CMYK color model

#D7CAF8 color CMYK value is (13,19,0,3).

  • cyan value is 13.31%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (13,19,0,3)
C13M19Y0K3 (13%, 19%, 0%, 3%)
(0.13 / 0.19 / 0.00 / 0.03)

CMYK percentages

%13.31
%18.55
%0
%2.75

Codes

Color #D7CAF8 in popluar color models

D7 CA F8
RGB 215 202 248
HSL 257° 76.67% 88.24%
HSB/HSV 257° 18.55% 97.25%
CMYK 13.31% 18.55% 0.00%
2.75%

Color #D7CAF8 in popluar number systems.

HEX D7 CA F8
Decimal 215 202 248
Binary 11010111 11001010 11111000
Octal 327 312 370

Shades and tints

Shades of #D7CAF8

#D7CAF8
(215,202,248)
#C4B8E2
(196,184,226)
#B1A6CC
(177,166,204)
#9E94B6
(158,148,182)
#8B82A0
(139,130,160)
#78708A
(120,112,138)
#655E74
(101,94,116)
#524C5E
(82,76,94)
#3F3A48
(63,58,72)
#2C2832
(44,40,50)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #D7CAF8

#D7CAF8
(215,202,248)
#DACEF8
(218,206,248)
#DDD2F8
(221,210,248)
#E0D6F8
(224,214,248)
#E3DAF8
(227,218,248)
#E6DEF8
(230,222,248)
#E9E2F8
(233,226,248)
#ECE6F8
(236,230,248)
#EFEAF8
(239,234,248)
#F2EEF8
(242,238,248)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CAF8; }

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

This text font color is #D7CAF8.

Background Color

.myBgColor { background-color: #D7CAF8; }

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

This div background color is #D7CAF8.

Border color

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

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

This div border color is #D7CAF8.

Opacity

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

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

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

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

This text has shadow with #D7CAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CAF8.

Preview

Color preview on black background

This text has color #D7CAF8 on black background.


Color preview on white background

This text has color #D7CAF8 on white background.


Black color preview on #D7CAF8 background

This text has black color on #D7CAF8 background.


White color preview on #D7CAF8 background

This text has white color on #D7CAF8 background.


Related colors

Complementary color

Complementary color for #hex is #283507.


I love getcolorcode.com

Triadic colors

1 #F8D7CA and #CAF8D7 with #D7CAF8 are triadic colors.

2 #F8CAD7 and #CAD7F8 with #D7CAF8 are triadic colors.