COLOR #CEBBD4

HEX: #CEBBD4 RGB: (206,187,212)

Color info

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

RGB color model

#CEBBD4 color RGB value is (206,187,212).

RGB: (206,187,212) (81%, 73%, 83%)

RGB channels and saturation

R 206 of 255 = 81%
G 187 of 255 = 73%
B 212 of 255 = 83%

206
187
212

R + G + B ~ 79%. #CEBBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 187 + 212 = 605 (100%)
R 206 of 605 ~ 34.05%
G 187 of 605 ~ 30.91%
B 212 of 605 ~ 35.04'%

%34.05
%30.91
%35.04

CMYK color model

#CEBBD4 color CMYK value is (3,12,0,17).

  • cyan value is 2.83%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK: (3,12,0,17) C3M12Y0K17 (3%,12%,0%,17%) (0.03/0.12/0.00/0.17) 

CMYK percentages

%2.83
%11.79
%0
%16.86

Codes

Color #CEBBD4 in popluar color models

CE BB D4
RGB 206 187 212
HSL 286° 22.52% 78.24%
HSB/HSV 286° 11.79% 83.14%
CMYK 2.83% 11.79% 0.00%
16.86%

Color #CEBBD4 in popluar number systems.

HEX CE BB D4
Decimal 206 187 212
Binary 11001110 10111011 11010100
Octal 316 273 324

Shades and tints

Shades of #CEBBD4

#CEBBD4
(206,187,212)
#BCAAC1
(188,170,193)
#AA99AE
(170,153,174)
#98889B
(152,136,155)
#867788
(134,119,136)
#746675
(116,102,117)
#625562
(98,85,98)
#50444F
(80,68,79)
#3E333C
(62,51,60)
#2C2229
(44,34,41)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #CEBBD4

#CEBBD4
(206,187,212)
#D2C1D7
(210,193,215)
#D6C7DA
(214,199,218)
#DACDDD
(218,205,221)
#DED3E0
(222,211,224)
#E2D9E3
(226,217,227)
#E6DFE6
(230,223,230)
#EAE5E9
(234,229,233)
#EEEBEC
(238,235,236)
#F2F1EF
(242,241,239)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBBD4; }

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

This text font color is #CEBBD4.

Background Color

.myBgColor { background-color: #CEBBD4; }

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

This div background color is #CEBBD4.

Border color

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

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

This div border color is #CEBBD4.

Opacity

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

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

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

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

This text has shadow with #CEBBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEBBD4.

Preview

Color preview on black background

This text has color #CEBBD4 on black background.


Color preview on white background

This text has color #CEBBD4 on white background.


Black color preview on #CEBBD4 background

This text has black color on #CEBBD4 background.


White color preview on #CEBBD4 background

This text has white color on #CEBBD4 background.


Related colors

Complementary color

Complementary color for #hex is #31442B.


I love getcolorcode.com

Triadic colors

1 #D4CEBB and #BBD4CE with #CEBBD4 are triadic colors.

2 #D4BBCE and #BBCED4 with #CEBBD4 are triadic colors.