COLOR #CEB5E2

HEX: #CEB5E2 RGB: (206,181,226)

Color info

#CEB5E2 contains red, green and blue colors in about the same proportion. Web safe color of #CEB5E2 is #CCCCCC (or #CCC).

RGB color model

#CEB5E2 color RGB value is (206,181,226).

RGB: (206,181,226) (81%, 71%, 89%)

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 226 of 255 = 89%

206
181
226

R + G + B ~ 80%. #CEB5E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 181 + 226 = 613 (100%)
R 206 of 613 ~ 33.61%
G 181 of 613 ~ 29.53%
B 226 of 613 ~ 36.87'%

%33.61
%29.53
%36.87

CMYK color model

#CEB5E2 color CMYK value is (9,20,0,11).

  • cyan value is 8.85%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (9,20,0,11) C9M20Y0K11 (9%,20%,0%,11%) (0.09/0.20/0.00/0.11) 

CMYK percentages

%8.85
%19.91
%0
%11.37

Codes

Color #CEB5E2 in popluar color models

CE B5 E2
RGB 206 181 226
HSL 273° 43.69% 79.80%
HSB/HSV 273° 19.91% 88.63%
CMYK 8.85% 19.91% 0.00%
11.37%

Color #CEB5E2 in popluar number systems.

HEX CE B5 E2
Decimal 206 181 226
Binary 11001110 10110101 11100010
Octal 316 265 342

Shades and tints

Shades of #CEB5E2

#CEB5E2
(206,181,226)
#BCA5CE
(188,165,206)
#AA95BA
(170,149,186)
#9885A6
(152,133,166)
#867592
(134,117,146)
#74657E
(116,101,126)
#62556A
(98,85,106)
#504556
(80,69,86)
#3E3542
(62,53,66)
#2C252E
(44,37,46)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #CEB5E2

#CEB5E2
(206,181,226)
#D2BBE4
(210,187,228)
#D6C1E6
(214,193,230)
#DAC7E8
(218,199,232)
#DECDEA
(222,205,234)
#E2D3EC
(226,211,236)
#E6D9EE
(230,217,238)
#EADFF0
(234,223,240)
#EEE5F2
(238,229,242)
#F2EBF4
(242,235,244)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB5E2 color. Also use rgb(206,181,226) instead hex code.

Text Font Color

.myTextColor { color: #CEB5E2; }

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

This text font color is #CEB5E2.

Background Color

.myBgColor { background-color: #CEB5E2; }

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

This div background color is #CEB5E2.

Border color

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

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

This div border color is #CEB5E2.

Opacity

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

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

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

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

This text has shadow with #CEB5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB5E2.

Preview

Color preview on black background

This text has color #CEB5E2 on black background.


Color preview on white background

This text has color #CEB5E2 on white background.


Black color preview on #CEB5E2 background

This text has black color on #CEB5E2 background.


White color preview on #CEB5E2 background

This text has white color on #CEB5E2 background.


Related colors

Complementary color

Complementary color for #hex is #314A1D.


I love getcolorcode.com

Triadic colors

1 #E2CEB5 and #B5E2CE with #CEB5E2 are triadic colors.

2 #E2B5CE and #B5CEE2 with #CEB5E2 are triadic colors.