COLOR #CEBEE7

HEX: #CEBEE7 RGB: (206,190,231)

Color info

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

RGB color model

#CEBEE7 color RGB value is (206,190,231).

RGB: (206,190,231) (81%, 75%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 231 of 255 = 91%

206
190
231

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

Portions of RGB colors in percentages

R + G + B = 206 + 190 + 231 = 627 (100%)
R 206 of 627 ~ 32.85%
G 190 of 627 ~ 30.3%
B 231 of 627 ~ 36.84'%

%32.85
%30.3
%36.84

CMYK color model

#CEBEE7 color CMYK value is (11,18,0,9).

  • cyan value is 10.82%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (11,18,0,9)
C11M18Y0K9 (11%, 18%, 0%, 9%)
(0.11 / 0.18 / 0.00 / 0.09)

CMYK percentages

%10.82
%17.75
%0
%9.41

Codes

Color #CEBEE7 in popluar color models

CE BE E7
RGB 206 190 231
HSL 263° 46.07% 82.55%
HSB/HSV 263° 17.75% 90.59%
CMYK 10.82% 17.75% 0.00%
9.41%

Color #CEBEE7 in popluar number systems.

HEX CE BE E7
Decimal 206 190 231
Binary 11001110 10111110 11100111
Octal 316 276 347

Shades and tints

Shades of #CEBEE7

#CEBEE7
(206,190,231)
#BCADD2
(188,173,210)
#AA9CBD
(170,156,189)
#988BA8
(152,139,168)
#867A93
(134,122,147)
#74697E
(116,105,126)
#625869
(98,88,105)
#504754
(80,71,84)
#3E363F
(62,54,63)
#2C252A
(44,37,42)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #CEBEE7

#CEBEE7
(206,190,231)
#D2C3E9
(210,195,233)
#D6C8EB
(214,200,235)
#DACDED
(218,205,237)
#DED2EF
(222,210,239)
#E2D7F1
(226,215,241)
#E6DCF3
(230,220,243)
#EAE1F5
(234,225,245)
#EEE6F7
(238,230,247)
#F2EBF9
(242,235,249)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBEE7; }

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

This text font color is #CEBEE7.

Background Color

.myBgColor { background-color: #CEBEE7; }

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

This div background color is #CEBEE7.

Border color

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

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

This div border color is #CEBEE7.

Opacity

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

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

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

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

This text has shadow with #CEBEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEBEE7.

Preview

Color preview on black background

This text has color #CEBEE7 on black background.


Color preview on white background

This text has color #CEBEE7 on white background.


Black color preview on #CEBEE7 background

This text has black color on #CEBEE7 background.


White color preview on #CEBEE7 background

This text has white color on #CEBEE7 background.


Related colors

Complementary color

Complementary color for #hex is #314118.


I love getcolorcode.com

Triadic colors

1 #E7CEBE and #BEE7CE with #CEBEE7 are triadic colors.

2 #E7BECE and #BECEE7 with #CEBEE7 are triadic colors.