COLOR #CEBEE3

HEX: #CEBEE3
RGB: (206,190,227)

Color info

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

RGB color model

#CEBEE3 color RGB value is (206,190,227).

  • red value is 206;
  • green value is 190;
  • blue value is 227.
RGB:
(206,190,227)
(81%,75%,89%)

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 227 of 255 = 89%

206
190
227

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

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 227 = 623 (100%)
R 206 of 623 ~ 33.07%
G 190 of 623 ~ 30.5%
B 227 of 623 ~ 36.44%

%33.07
%30.5
%36.44

CMYK color model

#CEBEE3 color CMYK value is (9,16,0,11).

  • cyan value is 9.25%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(9,16,0,11)
C9M16Y0K11 
(9%,16%,0%,11%)
(0.09/0.16/0.00/0.11)	

CMYK percentages

%9.25
%16.3
%0
%10.98

Codes

Color #CEBEE3 in popluar color models

CEBEE3
RGB206190227
HSL266°39.78%81.76%
HSB/HSV266°16.30%89.02%
CMYK9.25%16.30%0.00%
10.98%

Color #CEBEE3 in popluar number systems.

HEXCEBEE3
Decimal206190227
Binary110011101011111011100011
Octal316276343

Shades and tints

Shades of #CEBEE3

#CEBEE3
(206,190,227)
#BCADCF
(188,173,207)
#AA9CBB
(170,156,187)
#988BA7
(152,139,167)
#867A93
(134,122,147)
#74697F
(116,105,127)
#62586B
(98,88,107)
#504757
(80,71,87)
#3E3643
(62,54,67)
#2C252F
(44,37,47)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #CEBEE3

#CEBEE3
(206,190,227)
#D2C3E5
(210,195,229)
#D6C8E7
(214,200,231)
#DACDE9
(218,205,233)
#DED2EB
(222,210,235)
#E2D7ED
(226,215,237)
#E6DCEF
(230,220,239)
#EAE1F1
(234,225,241)
#EEE6F3
(238,230,243)
#F2EBF5
(242,235,245)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBEE3 color. Also use rgb(206,190,227) instead hex code.

Text Font Color

.myTextColor { color: #CEBEE3; }

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

This text font color is #CEBEE3.


Background Color

.myBgColor { background-color: #CEBEE3; }

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

This div background color is #CEBEE3.


Border color

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

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

This div border color is #CEBEE3.


Opacity

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

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

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

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

This text has shadow with #CEBEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBEE3 on black background.


Color preview on white background

This text has color #CEBEE3 on white background.



Black color preview on #CEBEE3 background

This text has black color on #CEBEE3 background.


White color preview on #CEBEE3 background

This text has white color on #CEBEE3 background.