COLOR #CEB1C5

HEX: #CEB1C5 RGB: (206,177,197)

Color info

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

RGB color model

#CEB1C5 color RGB value is (206,177,197).

RGB: (206,177,197) (81%, 69%, 77%)

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 197 of 255 = 77%

206
177
197

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

Portions of RGB colors in percentages

R + G + B = 206 + 177 + 197 = 580 (100%)
R 206 of 580 ~ 35.52%
G 177 of 580 ~ 30.52%
B 197 of 580 ~ 33.97'%

%35.52
%30.52
%33.97

CMYK color model

#CEB1C5 color CMYK value is (0,14,4,19).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 4.37%
  • key color value is 19.22%

CMYK: (0,14,4,19)
C0M14Y4K19 (0%, 14%, 4%, 19%)
(0.00 / 0.14 / 0.04 / 0.19)

CMYK percentages

%0
%14.08
%4.37
%19.22

Codes

Color #CEB1C5 in popluar color models

CE B1 C5
RGB 206 177 197
HSL 319° 22.83% 75.10%
HSB/HSV 319° 14.08% 80.78%
CMYK 0.00% 14.08% 4.37%
19.22%

Color #CEB1C5 in popluar number systems.

HEX CE B1 C5
Decimal 206 177 197
Binary 11001110 10110001 11000101
Octal 316 261 305

Shades and tints

Shades of #CEB1C5

#CEB1C5
(206,177,197)
#BCA1B4
(188,161,180)
#AA91A3
(170,145,163)
#988192
(152,129,146)
#867181
(134,113,129)
#746170
(116,97,112)
#62515F
(98,81,95)
#50414E
(80,65,78)
#3E313D
(62,49,61)
#2C212C
(44,33,44)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #CEB1C5

#CEB1C5
(206,177,197)
#D2B8CA
(210,184,202)
#D6BFCF
(214,191,207)
#DAC6D4
(218,198,212)
#DECDD9
(222,205,217)
#E2D4DE
(226,212,222)
#E6DBE3
(230,219,227)
#EAE2E8
(234,226,232)
#EEE9ED
(238,233,237)
#F2F0F2
(242,240,242)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB1C5 color. Also use rgb(206,177,197) instead hex code.

Text Font Color

.myTextColor { color: #CEB1C5; }

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

This text font color is #CEB1C5.

Background Color

.myBgColor { background-color: #CEB1C5; }

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

This div background color is #CEB1C5.

Border color

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

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

This div border color is #CEB1C5.

Opacity

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

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

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

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

This text has shadow with #CEB1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB1C5.

Preview

Color preview on black background

This text has color #CEB1C5 on black background.


Color preview on white background

This text has color #CEB1C5 on white background.


Black color preview on #CEB1C5 background

This text has black color on #CEB1C5 background.


White color preview on #CEB1C5 background

This text has white color on #CEB1C5 background.


Related colors

Complementary color

Complementary color for #hex is #314E3A.


I love getcolorcode.com

Triadic colors

1 #C5CEB1 and #B1C5CE with #CEB1C5 are triadic colors.

2 #C5B1CE and #B1CEC5 with #CEB1C5 are triadic colors.