COLOR #CEB2DA

HEX: #CEB2DA
RGB: (206,178,218)

Color info

#CEB2DA contains red, green and blue colors in about the same proportion. Web safe color of #CEB2DA is #CC99CC (or #C9C).

RGB color model

#CEB2DA color RGB value is (206,178,218).

  • red value is 206;
  • green value is 178;
  • blue value is 218.
RGB:
(206,178,218)
(81%,70%,85%)

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 218 of 255 = 85%

206
178
218

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

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 218 = 602 (100%)
R 206 of 602 ~ 34.22%
G 178 of 602 ~ 29.57%
B 218 of 602 ~ 36.21%

%34.22
%29.57
%36.21

CMYK color model

#CEB2DA color CMYK value is (6,18,0,15).

  • cyan value is 5.50%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(6,18,0,15)
C6M18Y0K15 
(6%,18%,0%,15%)
(0.06/0.18/0.00/0.15)	

CMYK percentages

%5.5
%18.35
%0
%14.51

Codes

Color #CEB2DA in popluar color models

CEB2DA
RGB206178218
HSL282°35.09%77.65%
HSB/HSV282°18.35%85.49%
CMYK5.50%18.35%0.00%
14.51%

Color #CEB2DA in popluar number systems.

HEXCEB2DA
Decimal206178218
Binary110011101011001011011010
Octal316262332

Shades and tints

Shades of #CEB2DA

#CEB2DA
(206,178,218)
#BCA2C7
(188,162,199)
#AA92B4
(170,146,180)
#9882A1
(152,130,161)
#86728E
(134,114,142)
#74627B
(116,98,123)
#625268
(98,82,104)
#504255
(80,66,85)
#3E3242
(62,50,66)
#2C222F
(44,34,47)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #CEB2DA

#CEB2DA
(206,178,218)
#D2B9DD
(210,185,221)
#D6C0E0
(214,192,224)
#DAC7E3
(218,199,227)
#DECEE6
(222,206,230)
#E2D5E9
(226,213,233)
#E6DCEC
(230,220,236)
#EAE3EF
(234,227,239)
#EEEAF2
(238,234,242)
#F2F1F5
(242,241,245)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB2DA color. Also use rgb(206,178,218) instead hex code.

Text Font Color

.myTextColor { color: #CEB2DA; }

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

This text font color is #CEB2DA.


Background Color

.myBgColor { background-color: #CEB2DA; }

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

This div background color is #CEB2DA.


Border color

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

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

This div border color is #CEB2DA.


Opacity

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

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

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

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

This text has shadow with #CEB2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB2DA on black background.


Color preview on white background

This text has color #CEB2DA on white background.



Black color preview on #CEB2DA background

This text has black color on #CEB2DA background.


White color preview on #CEB2DA background

This text has white color on #CEB2DA background.