COLOR #CEBADE

HEX: #CEBADE RGB: (206,186,222)

Color info

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

RGB color model

#CEBADE color RGB value is (206,186,222).

RGB: (206,186,222) (81%, 73%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 222 of 255 = 87%

206
186
222

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

Portions of RGB colors in percentages

R + G + B = 206 + 186 + 222 = 614 (100%)
R 206 of 614 ~ 33.55%
G 186 of 614 ~ 30.29%
B 222 of 614 ~ 36.16'%

%33.55
%30.29
%36.16

CMYK color model

#CEBADE color CMYK value is (7,16,0,13).

  • cyan value is 7.21%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (7,16,0,13)
C7M16Y0K13 (7%, 16%, 0%, 13%)
(0.07 / 0.16 / 0.00 / 0.13)

CMYK percentages

%7.21
%16.22
%0
%12.94

Codes

Color #CEBADE in popluar color models

CE BA DE
RGB 206 186 222
HSL 273° 35.29% 80.00%
HSB/HSV 273° 16.22% 87.06%
CMYK 7.21% 16.22% 0.00%
12.94%

Color #CEBADE in popluar number systems.

HEX CE BA DE
Decimal 206 186 222
Binary 11001110 10111010 11011110
Octal 316 272 336

Shades and tints

Shades of #CEBADE

#CEBADE
(206,186,222)
#BCAACA
(188,170,202)
#AA9AB6
(170,154,182)
#988AA2
(152,138,162)
#867A8E
(134,122,142)
#746A7A
(116,106,122)
#625A66
(98,90,102)
#504A52
(80,74,82)
#3E3A3E
(62,58,62)
#2C2A2A
(44,42,42)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #CEBADE

#CEBADE
(206,186,222)
#D2C0E1
(210,192,225)
#D6C6E4
(214,198,228)
#DACCE7
(218,204,231)
#DED2EA
(222,210,234)
#E2D8ED
(226,216,237)
#E6DEF0
(230,222,240)
#EAE4F3
(234,228,243)
#EEEAF6
(238,234,246)
#F2F0F9
(242,240,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBADE color. Also use rgb(206,186,222) instead hex code.

Text Font Color

.myTextColor { color: #CEBADE; }

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

This text font color is #CEBADE.

Background Color

.myBgColor { background-color: #CEBADE; }

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

This div background color is #CEBADE.

Border color

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

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

This div border color is #CEBADE.

Opacity

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

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

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

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

This text has shadow with #CEBADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEBADE.

Preview

Color preview on black background

This text has color #CEBADE on black background.


Color preview on white background

This text has color #CEBADE on white background.


Black color preview on #CEBADE background

This text has black color on #CEBADE background.


White color preview on #CEBADE background

This text has white color on #CEBADE background.


Related colors

Complementary color

Complementary color for #hex is #314521.


I love getcolorcode.com

Triadic colors

1 #DECEBA and #BADECE with #CEBADE are triadic colors.

2 #DEBACE and #BACEDE with #CEBADE are triadic colors.