COLOR #CFADE5

HEX: #CFADE5 RGB: (207,173,229)

Color info

#CFADE5 contains red, green and blue colors in about the same proportion. Web safe color of #CFADE5 is #CC99CC (or #C9C).

RGB color model

#CFADE5 color RGB value is (207,173,229).

RGB: (207,173,229) (81%, 68%, 90%)

RGB channels and saturation

R 207 of 255 = 81%
G 173 of 255 = 68%
B 229 of 255 = 90%

207
173
229

R + G + B ~ 80%. #CFADE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 173 + 229 = 609 (100%)
R 207 of 609 ~ 33.99%
G 173 of 609 ~ 28.41%
B 229 of 609 ~ 37.6'%

%33.99
%28.41
%37.6

CMYK color model

#CFADE5 color CMYK value is (10,24,0,10).

  • cyan value is 9.61%
  • magenta value is 24.45%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (10,24,0,10)
C10M24Y0K10 (10%, 24%, 0%, 10%)
(0.10 / 0.24 / 0.00 / 0.10)

CMYK percentages

%9.61
%24.45
%0
%10.2

Codes

Color #CFADE5 in popluar color models

CF AD E5
RGB 207 173 229
HSL 276° 51.85% 78.82%
HSB/HSV 276° 24.45% 89.80%
CMYK 9.61% 24.45% 0.00%
10.20%

Color #CFADE5 in popluar number systems.

HEX CF AD E5
Decimal 207 173 229
Binary 11001111 10101101 11100101
Octal 317 255 345

Shades and tints

Shades of #CFADE5

#CFADE5
(207,173,229)
#BD9ED1
(189,158,209)
#AB8FBD
(171,143,189)
#9980A9
(153,128,169)
#877195
(135,113,149)
#756281
(117,98,129)
#63536D
(99,83,109)
#514459
(81,68,89)
#3F3545
(63,53,69)
#2D2631
(45,38,49)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #CFADE5

#CFADE5
(207,173,229)
#D3B4E7
(211,180,231)
#D7BBE9
(215,187,233)
#DBC2EB
(219,194,235)
#DFC9ED
(223,201,237)
#E3D0EF
(227,208,239)
#E7D7F1
(231,215,241)
#EBDEF3
(235,222,243)
#EFE5F5
(239,229,245)
#F3ECF7
(243,236,247)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFADE5 color. Also use rgb(207,173,229) instead hex code.

Text Font Color

.myTextColor { color: #CFADE5; }

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

This text font color is #CFADE5.

Background Color

.myBgColor { background-color: #CFADE5; }

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

This div background color is #CFADE5.

Border color

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

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

This div border color is #CFADE5.

Opacity

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

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

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

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

This text has shadow with #CFADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFADE5.

Preview

Color preview on black background

This text has color #CFADE5 on black background.


Color preview on white background

This text has color #CFADE5 on white background.


Black color preview on #CFADE5 background

This text has black color on #CFADE5 background.


White color preview on #CFADE5 background

This text has white color on #CFADE5 background.


Related colors

Complementary color

Complementary color for #hex is #30521A.


I love getcolorcode.com

Triadic colors

1 #E5CFAD and #ADE5CF with #CFADE5 are triadic colors.

2 #E5ADCF and #ADCFE5 with #CFADE5 are triadic colors.