COLOR #CEAFD2

HEX: #CEAFD2
RGB: (206,175,210)

Color info

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

RGB color model

#CEAFD2 color RGB value is (206,175,210).

  • red value is 206;
  • green value is 175;
  • blue value is 210.
RGB:
(206,175,210)
(81%,69%,82%)

RGB channels and saturation

R 206 of 255 = 81%
G 175 of 255 = 69%
B 210 of 255 = 82%

206
175
210

R + G + B ~ 77%. #CEAFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 175 + 210 = 591 (100%)
R 206 of 591 ~ 34.86%
G 175 of 591 ~ 29.61%
B 210 of 591 ~ 35.53%

%34.86
%29.61
%35.53

CMYK color model

#CEAFD2 color CMYK value is (2,17,0,18).

  • cyan value is 1.90%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(2,17,0,18)
C2M17Y0K18 
(2%,17%,0%,18%)
(0.02/0.17/0.00/0.18)	

CMYK percentages

%1.9
%16.67
%0
%17.65

Codes

Color #CEAFD2 in popluar color models

CEAFD2
RGB206175210
HSL293°28.00%75.49%
HSB/HSV293°16.67%82.35%
CMYK1.90%16.67%0.00%
17.65%

Color #CEAFD2 in popluar number systems.

HEXCEAFD2
Decimal206175210
Binary110011101010111111010010
Octal316257322

Shades and tints

Shades of #CEAFD2

#CEAFD2
(206,175,210)
#BCA0BF
(188,160,191)
#AA91AC
(170,145,172)
#988299
(152,130,153)
#867386
(134,115,134)
#746473
(116,100,115)
#625560
(98,85,96)
#50464D
(80,70,77)
#3E373A
(62,55,58)
#2C2827
(44,40,39)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #CEAFD2

#CEAFD2
(206,175,210)
#D2B6D6
(210,182,214)
#D6BDDA
(214,189,218)
#DAC4DE
(218,196,222)
#DECBE2
(222,203,226)
#E2D2E6
(226,210,230)
#E6D9EA
(230,217,234)
#EAE0EE
(234,224,238)
#EEE7F2
(238,231,242)
#F2EEF6
(242,238,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEAFD2; }

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

This text font color is #CEAFD2.


Background Color

.myBgColor { background-color: #CEAFD2; }

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

This div background color is #CEAFD2.


Border color

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

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

This div border color is #CEAFD2.


Opacity

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

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

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

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

This text has shadow with #CEAFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEAFD2 on black background.


Color preview on white background

This text has color #CEAFD2 on white background.



Black color preview on #CEAFD2 background

This text has black color on #CEAFD2 background.


White color preview on #CEAFD2 background

This text has white color on #CEAFD2 background.