COLOR #CEC3D5

HEX: #CEC3D5
RGB: (206,195,213)

Color info

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

RGB color model

#CEC3D5 color RGB value is (206,195,213).

  • red value is 206;
  • green value is 195;
  • blue value is 213.
RGB:
(206,195,213)
(81%,76%,84%)

RGB channels and saturation

R 206 of 255 = 81%
G 195 of 255 = 76%
B 213 of 255 = 84%

206
195
213

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

Portions of RGB colors in percentages

R + G + B =
206 + 195 + 213 = 614 (100%)
R 206 of 614 ~ 33.55%
G 195 of 614 ~ 31.76%
B 213 of 614 ~ 34.69%

%33.55
%31.76
%34.69

CMYK color model

#CEC3D5 color CMYK value is (3,8,0,16).

  • cyan value is 3.29%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(3,8,0,16)
C3M8Y0K16 
(3%,8%,0%,16%)
(0.03/0.08/0.00/0.16)	

CMYK percentages

%3.29
%8.45
%0
%16.47

Codes

Color #CEC3D5 in popluar color models

CEC3D5
RGB206195213
HSL277°17.65%80.00%
HSB/HSV277°8.45%83.53%
CMYK3.29%8.45%0.00%
16.47%

Color #CEC3D5 in popluar number systems.

HEXCEC3D5
Decimal206195213
Binary110011101100001111010101
Octal316303325

Shades and tints

Shades of #CEC3D5

#CEC3D5
(206,195,213)
#BCB2C2
(188,178,194)
#AAA1AF
(170,161,175)
#98909C
(152,144,156)
#867F89
(134,127,137)
#746E76
(116,110,118)
#625D63
(98,93,99)
#504C50
(80,76,80)
#3E3B3D
(62,59,61)
#2C2A2A
(44,42,42)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #CEC3D5

#CEC3D5
(206,195,213)
#D2C8D8
(210,200,216)
#D6CDDB
(214,205,219)
#DAD2DE
(218,210,222)
#DED7E1
(222,215,225)
#E2DCE4
(226,220,228)
#E6E1E7
(230,225,231)
#EAE6EA
(234,230,234)
#EEEBED
(238,235,237)
#F2F0F0
(242,240,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC3D5 color. Also use rgb(206,195,213) instead hex code.

Text Font Color

.myTextColor { color: #CEC3D5; }

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

This text font color is #CEC3D5.


Background Color

.myBgColor { background-color: #CEC3D5; }

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

This div background color is #CEC3D5.


Border color

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

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

This div border color is #CEC3D5.


Opacity

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

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

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

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

This text has shadow with #CEC3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC3D5 on black background.


Color preview on white background

This text has color #CEC3D5 on white background.



Black color preview on #CEC3D5 background

This text has black color on #CEC3D5 background.


White color preview on #CEC3D5 background

This text has white color on #CEC3D5 background.