COLOR #CEBBE7

HEX: #CEBBE7
RGB: (206,187,231)

Color info

#CEBBE7 contains red, green and blue colors in about the same proportion. Web safe color of #CEBBE7 is #CCCCFF (or #CCF).

RGB color model

#CEBBE7 color RGB value is (206,187,231).

  • red value is 206;
  • green value is 187;
  • blue value is 231.
RGB:
(206,187,231)
(81%,73%,91%)

RGB channels and saturation

R 206 of 255 = 81%
G 187 of 255 = 73%
B 231 of 255 = 91%

206
187
231

R + G + B ~ 82%. #CEBBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 187 + 231 = 624 (100%)
R 206 of 624 ~ 33.01%
G 187 of 624 ~ 29.97%
B 231 of 624 ~ 37.02%

%33.01
%29.97
%37.02

CMYK color model

#CEBBE7 color CMYK value is (11,19,0,9).

  • cyan value is 10.82%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(11,19,0,9)
C11M19Y0K9 
(11%,19%,0%,9%)
(0.11/0.19/0.00/0.09)	

CMYK percentages

%10.82
%19.05
%0
%9.41

Codes

Color #CEBBE7 in popluar color models

CEBBE7
RGB206187231
HSL266°47.83%81.96%
HSB/HSV266°19.05%90.59%
CMYK10.82%19.05%0.00%
9.41%

Color #CEBBE7 in popluar number systems.

HEXCEBBE7
Decimal206187231
Binary110011101011101111100111
Octal316273347

Shades and tints

Shades of #CEBBE7

#CEBBE7
(206,187,231)
#BCAAD2
(188,170,210)
#AA99BD
(170,153,189)
#9888A8
(152,136,168)
#867793
(134,119,147)
#74667E
(116,102,126)
#625569
(98,85,105)
#504454
(80,68,84)
#3E333F
(62,51,63)
#2C222A
(44,34,42)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #CEBBE7

#CEBBE7
(206,187,231)
#D2C1E9
(210,193,233)
#D6C7EB
(214,199,235)
#DACDED
(218,205,237)
#DED3EF
(222,211,239)
#E2D9F1
(226,217,241)
#E6DFF3
(230,223,243)
#EAE5F5
(234,229,245)
#EEEBF7
(238,235,247)
#F2F1F9
(242,241,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBBE7 color. Also use rgb(206,187,231) instead hex code.

Text Font Color

.myTextColor { color: #CEBBE7; }

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

This text font color is #CEBBE7.


Background Color

.myBgColor { background-color: #CEBBE7; }

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

This div background color is #CEBBE7.


Border color

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

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

This div border color is #CEBBE7.


Opacity

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

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

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

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

This text has shadow with #CEBBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBBE7 on black background.


Color preview on white background

This text has color #CEBBE7 on white background.



Black color preview on #CEBBE7 background

This text has black color on #CEBBE7 background.


White color preview on #CEBBE7 background

This text has white color on #CEBBE7 background.