COLOR #CEAFD7

HEX: #CEAFD7 RGB: (206,175,215)

Color info

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

RGB color model

#CEAFD7 color RGB value is (206,175,215).

RGB: (206,175,215) (81%, 69%, 84%)

RGB channels and saturation

R 206 of 255 = 81%
G 175 of 255 = 69%
B 215 of 255 = 84%

206
175
215

R + G + B ~ 78%. #CEAFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 175 + 215 = 596 (100%)
R 206 of 596 ~ 34.56%
G 175 of 596 ~ 29.36%
B 215 of 596 ~ 36.07'%

%34.56
%29.36
%36.07

CMYK color model

#CEAFD7 color CMYK value is (4,19,0,16).

  • cyan value is 4.19%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (4,19,0,16) C4M19Y0K16 (4%,19%,0%,16%) (0.04/0.19/0.00/0.16) 

CMYK percentages

%4.19
%18.6
%0
%15.69

Codes

Color #CEAFD7 in popluar color models

CE AF D7
RGB 206 175 215
HSL 287° 33.33% 76.47%
HSB/HSV 287° 18.60% 84.31%
CMYK 4.19% 18.60% 0.00%
15.69%

Color #CEAFD7 in popluar number systems.

HEX CE AF D7
Decimal 206 175 215
Binary 11001110 10101111 11010111
Octal 316 257 327

Shades and tints

Shades of #CEAFD7

#CEAFD7
(206,175,215)
#BCA0C4
(188,160,196)
#AA91B1
(170,145,177)
#98829E
(152,130,158)
#86738B
(134,115,139)
#746478
(116,100,120)
#625565
(98,85,101)
#504652
(80,70,82)
#3E373F
(62,55,63)
#2C282C
(44,40,44)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #CEAFD7

#CEAFD7
(206,175,215)
#D2B6DA
(210,182,218)
#D6BDDD
(214,189,221)
#DAC4E0
(218,196,224)
#DECBE3
(222,203,227)
#E2D2E6
(226,210,230)
#E6D9E9
(230,217,233)
#EAE0EC
(234,224,236)
#EEE7EF
(238,231,239)
#F2EEF2
(242,238,242)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEAFD7; }

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

This text font color is #CEAFD7.

Background Color

.myBgColor { background-color: #CEAFD7; }

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

This div background color is #CEAFD7.

Border color

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

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

This div border color is #CEAFD7.

Opacity

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

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

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

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

This text has shadow with #CEAFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAFD7.

Preview

Color preview on black background

This text has color #CEAFD7 on black background.


Color preview on white background

This text has color #CEAFD7 on white background.


Black color preview on #CEAFD7 background

This text has black color on #CEAFD7 background.


White color preview on #CEAFD7 background

This text has white color on #CEAFD7 background.


Related colors

Complementary color

Complementary color for #hex is #315028.


I love getcolorcode.com

Triadic colors

1 #D7CEAF and #AFD7CE with #CEAFD7 are triadic colors.

2 #D7AFCE and #AFCED7 with #CEAFD7 are triadic colors.