COLOR #CEB0B4

HEX: #CEB0B4 RGB: (206,176,180)

Color info

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

RGB color model

#CEB0B4 color RGB value is (206,176,180).

RGB: (206,176,180) (81%, 69%, 71%)

RGB channels and saturation

R 206 of 255 = 81%
G 176 of 255 = 69%
B 180 of 255 = 71%

206
176
180

R + G + B ~ 74%. #CEB0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 176 + 180 = 562 (100%)
R 206 of 562 ~ 36.65%
G 176 of 562 ~ 31.32%
B 180 of 562 ~ 32.03'%

%36.65
%31.32
%32.03

CMYK color model

#CEB0B4 color CMYK value is (0,15,13,19).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 12.62%
  • key color value is 19.22%

CMYK: (0,15,13,19)
C0M15Y13K19 (0%, 15%, 13%, 19%)
(0.00 / 0.15 / 0.13 / 0.19)

CMYK percentages

%0
%14.56
%12.62
%19.22

Codes

Color #CEB0B4 in popluar color models

CE B0 B4
RGB 206 176 180
HSL 352° 23.44% 74.90%
HSB/HSV 352° 14.56% 80.78%
CMYK 0.00% 14.56% 12.62%
19.22%

Color #CEB0B4 in popluar number systems.

HEX CE B0 B4
Decimal 206 176 180
Binary 11001110 10110000 10110100
Octal 316 260 264

Shades and tints

Shades of #CEB0B4

#CEB0B4
(206,176,180)
#BCA0A4
(188,160,164)
#AA9094
(170,144,148)
#988084
(152,128,132)
#867074
(134,112,116)
#746064
(116,96,100)
#625054
(98,80,84)
#504044
(80,64,68)
#3E3034
(62,48,52)
#2C2024
(44,32,36)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #CEB0B4

#CEB0B4
(206,176,180)
#D2B7BA
(210,183,186)
#D6BEC0
(214,190,192)
#DAC5C6
(218,197,198)
#DECCCC
(222,204,204)
#E2D3D2
(226,211,210)
#E6DAD8
(230,218,216)
#EAE1DE
(234,225,222)
#EEE8E4
(238,232,228)
#F2EFEA
(242,239,234)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB0B4 color. Also use rgb(206,176,180) instead hex code.

Text Font Color

.myTextColor { color: #CEB0B4; }

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

This text font color is #CEB0B4.

Background Color

.myBgColor { background-color: #CEB0B4; }

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

This div background color is #CEB0B4.

Border color

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

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

This div border color is #CEB0B4.

Opacity

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

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

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

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

This text has shadow with #CEB0B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB0B4.

Preview

Color preview on black background

This text has color #CEB0B4 on black background.


Color preview on white background

This text has color #CEB0B4 on white background.


Black color preview on #CEB0B4 background

This text has black color on #CEB0B4 background.


White color preview on #CEB0B4 background

This text has white color on #CEB0B4 background.


Related colors

Complementary color

Complementary color for #hex is #314F4B.


I love getcolorcode.com

Triadic colors

1 #B4CEB0 and #B0B4CE with #CEB0B4 are triadic colors.

2 #B4B0CE and #B0CEB4 with #CEB0B4 are triadic colors.