COLOR #CEACC4

HEX: #CEACC4 RGB: (206,172,196)

Color info

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

RGB color model

#CEACC4 color RGB value is (206,172,196).

RGB: (206,172,196) (81%, 67%, 77%)

RGB channels and saturation

R 206 of 255 = 81%
G 172 of 255 = 67%
B 196 of 255 = 77%

206
172
196

R + G + B ~ 75%. #CEACC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 172 + 196 = 574 (100%)
R 206 of 574 ~ 35.89%
G 172 of 574 ~ 29.97%
B 196 of 574 ~ 34.15'%

%35.89
%29.97
%34.15

CMYK color model

#CEACC4 color CMYK value is (0,17,5,19).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 4.85%
  • key color value is 19.22%

CMYK: (0,17,5,19)
C0M17Y5K19 (0%, 17%, 5%, 19%)
(0.00 / 0.17 / 0.05 / 0.19)

CMYK percentages

%0
%16.5
%4.85
%19.22

Codes

Color #CEACC4 in popluar color models

CE AC C4
RGB 206 172 196
HSL 318° 25.76% 74.12%
HSB/HSV 318° 16.50% 80.78%
CMYK 0.00% 16.50% 4.85%
19.22%

Color #CEACC4 in popluar number systems.

HEX CE AC C4
Decimal 206 172 196
Binary 11001110 10101100 11000100
Octal 316 254 304

Shades and tints

Shades of #CEACC4

#CEACC4
(206,172,196)
#BC9DB3
(188,157,179)
#AA8EA2
(170,142,162)
#987F91
(152,127,145)
#867080
(134,112,128)
#74616F
(116,97,111)
#62525E
(98,82,94)
#50434D
(80,67,77)
#3E343C
(62,52,60)
#2C252B
(44,37,43)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #CEACC4

#CEACC4
(206,172,196)
#D2B3C9
(210,179,201)
#D6BACE
(214,186,206)
#DAC1D3
(218,193,211)
#DEC8D8
(222,200,216)
#E2CFDD
(226,207,221)
#E6D6E2
(230,214,226)
#EADDE7
(234,221,231)
#EEE4EC
(238,228,236)
#F2EBF1
(242,235,241)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEACC4 color. Also use rgb(206,172,196) instead hex code.

Text Font Color

.myTextColor { color: #CEACC4; }

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

This text font color is #CEACC4.

Background Color

.myBgColor { background-color: #CEACC4; }

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

This div background color is #CEACC4.

Border color

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

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

This div border color is #CEACC4.

Opacity

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

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

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

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

This text has shadow with #CEACC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEACC4.

Preview

Color preview on black background

This text has color #CEACC4 on black background.


Color preview on white background

This text has color #CEACC4 on white background.


Black color preview on #CEACC4 background

This text has black color on #CEACC4 background.


White color preview on #CEACC4 background

This text has white color on #CEACC4 background.


Related colors

Complementary color

Complementary color for #hex is #31533B.


I love getcolorcode.com

Triadic colors

1 #C4CEAC and #ACC4CE with #CEACC4 are triadic colors.

2 #C4ACCE and #ACCEC4 with #CEACC4 are triadic colors.