COLOR #CEAEB2

HEX: #CEAEB2 RGB: (206,174,178)

Color info

#CEAEB2 contains red, green and blue colors in about the same proportion. Web safe color of #CEAEB2 is #CC9999 (or #C99).

RGB color model

#CEAEB2 color RGB value is (206,174,178).

RGB: (206,174,178) (81%, 68%, 70%)

RGB channels and saturation

R 206 of 255 = 81%
G 174 of 255 = 68%
B 178 of 255 = 70%

206
174
178

R + G + B ~ 73%. #CEAEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 174 + 178 = 558 (100%)
R 206 of 558 ~ 36.92%
G 174 of 558 ~ 31.18%
B 178 of 558 ~ 31.9'%

%36.92
%31.18
%31.9

CMYK color model

#CEAEB2 color CMYK value is (0,16,14,19).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 13.59%
  • key color value is 19.22%
CMYK: (0,16,14,19) C0M16Y14K19 (0%,16%,14%,19%) (0.00/0.16/0.14/0.19) 

CMYK percentages

%0
%15.53
%13.59
%19.22

Codes

Color #CEAEB2 in popluar color models

CE AE B2
RGB 206 174 178
HSL 353° 24.62% 74.51%
HSB/HSV 353° 15.53% 80.78%
CMYK 0.00% 15.53% 13.59%
19.22%

Color #CEAEB2 in popluar number systems.

HEX CE AE B2
Decimal 206 174 178
Binary 11001110 10101110 10110010
Octal 316 256 262

Shades and tints

Shades of #CEAEB2

#CEAEB2
(206,174,178)
#BC9FA2
(188,159,162)
#AA9092
(170,144,146)
#988182
(152,129,130)
#867272
(134,114,114)
#746362
(116,99,98)
#625452
(98,84,82)
#504542
(80,69,66)
#3E3632
(62,54,50)
#2C2722
(44,39,34)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #CEAEB2

#CEAEB2
(206,174,178)
#D2B5B9
(210,181,185)
#D6BCC0
(214,188,192)
#DAC3C7
(218,195,199)
#DECACE
(222,202,206)
#E2D1D5
(226,209,213)
#E6D8DC
(230,216,220)
#EADFE3
(234,223,227)
#EEE6EA
(238,230,234)
#F2EDF1
(242,237,241)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEAEB2; }

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

This text font color is #CEAEB2.

Background Color

.myBgColor { background-color: #CEAEB2; }

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

This div background color is #CEAEB2.

Border color

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

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

This div border color is #CEAEB2.

Opacity

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

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

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

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

This text has shadow with #CEAEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAEB2.

Preview

Color preview on black background

This text has color #CEAEB2 on black background.


Color preview on white background

This text has color #CEAEB2 on white background.


Black color preview on #CEAEB2 background

This text has black color on #CEAEB2 background.


White color preview on #CEAEB2 background

This text has white color on #CEAEB2 background.


Related colors

Complementary color

Complementary color for #hex is #31514D.


I love getcolorcode.com

Triadic colors

1 #B2CEAE and #AEB2CE with #CEAEB2 are triadic colors.

2 #B2AECE and #AECEB2 with #CEAEB2 are triadic colors.