COLOR #D4CEFB

HEX: #D4CEFB
RGB: (212,206,251)

Color info

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

RGB color model

#D4CEFB color RGB value is (212,206,251).

  • red value is 212;
  • green value is 206;
  • blue value is 251.
RGB:
(212,206,251)
(83%,81%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 206 of 255 = 81%
B 251 of 255 = 98%

212
206
251

R + G + B ~ 87%. #D4CEFB is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 206 + 251 = 669 (100%)
R 212 of 669 ~ 31.69%
G 206 of 669 ~ 30.79%
B 251 of 669 ~ 37.52%

%31.69
%30.79
%37.52

CMYK color model

#D4CEFB color CMYK value is (16,18,0,2).

  • cyan value is 15.54%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,18,0,2)
C16M18Y0K2 
(16%,18%,0%,2%)
(0.16/0.18/0.00/0.02)	

CMYK percentages

%15.54
%17.93
%0
%1.57

Codes

Color #D4CEFB in popluar color models

D4CEFB
RGB212206251
HSL248°84.91%89.61%
HSB/HSV248°17.93%98.43%
CMYK15.54%17.93%0.00%
1.57%

Color #D4CEFB in popluar number systems.

HEXD4CEFB
Decimal212206251
Binary110101001100111011111011
Octal324316373

Shades and tints

Shades of #D4CEFB

#D4CEFB
(212,206,251)
#C1BCE5
(193,188,229)
#AEAACF
(174,170,207)
#9B98B9
(155,152,185)
#8886A3
(136,134,163)
#75748D
(117,116,141)
#626277
(98,98,119)
#4F5061
(79,80,97)
#3C3E4B
(60,62,75)
#292C35
(41,44,53)
#161A1F
(22,26,31)
#000000
(0,0,0)

Tints of #D4CEFB

#D4CEFB
(212,206,251)
#D7D2FB
(215,210,251)
#DAD6FB
(218,214,251)
#DDDAFB
(221,218,251)
#E0DEFB
(224,222,251)
#E3E2FB
(227,226,251)
#E6E6FB
(230,230,251)
#E9EAFB
(233,234,251)
#ECEEFB
(236,238,251)
#EFF2FB
(239,242,251)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CEFB; }

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

This text font color is #D4CEFB.


Background Color

.myBgColor { background-color: #D4CEFB; }

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

This div background color is #D4CEFB.


Border color

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

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

This div border color is #D4CEFB.


Opacity

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

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

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

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

This text has shadow with #D4CEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CEFB on black background.


Color preview on white background

This text has color #D4CEFB on white background.



Black color preview on #D4CEFB background

This text has black color on #D4CEFB background.


White color preview on #D4CEFB background

This text has white color on #D4CEFB background.