COLOR #CEAEC6

HEX: #CEAEC6 RGB: (206,174,198)

Color info

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

RGB color model

#CEAEC6 color RGB value is (206,174,198).

RGB: (206,174,198) (81%, 68%, 78%)

RGB channels and saturation

R 206 of 255 = 81%
G 174 of 255 = 68%
B 198 of 255 = 78%

206
174
198

R + G + B ~ 76%. #CEAEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 174 + 198 = 578 (100%)
R 206 of 578 ~ 35.64%
G 174 of 578 ~ 30.1%
B 198 of 578 ~ 34.26'%

%35.64
%30.1
%34.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 3.88%
  • key color value is 19.22%

CMYK: (0,16,4,19)
C0M16Y4K19 (0%, 16%, 4%, 19%)
(0.00 / 0.16 / 0.04 / 0.19)

CMYK percentages

%0
%15.53
%3.88
%19.22

Codes

Color #CEAEC6 in popluar color models

CE AE C6
RGB 206 174 198
HSL 315° 24.62% 74.51%
HSB/HSV 315° 15.53% 80.78%
CMYK 0.00% 15.53% 3.88%
19.22%

Color #CEAEC6 in popluar number systems.

HEX CE AE C6
Decimal 206 174 198
Binary 11001110 10101110 11000110
Octal 316 256 306

Shades and tints

Shades of #CEAEC6

#CEAEC6
(206,174,198)
#BC9FB4
(188,159,180)
#AA90A2
(170,144,162)
#988190
(152,129,144)
#86727E
(134,114,126)
#74636C
(116,99,108)
#62545A
(98,84,90)
#504548
(80,69,72)
#3E3636
(62,54,54)
#2C2724
(44,39,36)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #CEAEC6

#CEAEC6
(206,174,198)
#D2B5CB
(210,181,203)
#D6BCD0
(214,188,208)
#DAC3D5
(218,195,213)
#DECADA
(222,202,218)
#E2D1DF
(226,209,223)
#E6D8E4
(230,216,228)
#EADFE9
(234,223,233)
#EEE6EE
(238,230,238)
#F2EDF3
(242,237,243)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEAEC6 color. Also use rgb(206,174,198) instead hex code.

Text Font Color

.myTextColor { color: #CEAEC6; }

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

This text font color is #CEAEC6.

Background Color

.myBgColor { background-color: #CEAEC6; }

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

This div background color is #CEAEC6.

Border color

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

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

This div border color is #CEAEC6.

Opacity

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

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

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

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

This text has shadow with #CEAEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAEC6.

Preview

Color preview on black background

This text has color #CEAEC6 on black background.


Color preview on white background

This text has color #CEAEC6 on white background.


Black color preview on #CEAEC6 background

This text has black color on #CEAEC6 background.


White color preview on #CEAEC6 background

This text has white color on #CEAEC6 background.


Related colors

Complementary color

Complementary color for #hex is #315139.


I love getcolorcode.com

Triadic colors

1 #C6CEAE and #AEC6CE with #CEAEC6 are triadic colors.

2 #C6AECE and #AECEC6 with #CEAEC6 are triadic colors.