COLOR #DFC7EB

HEX: #DFC7EB
RGB: (223,199,235)

Color info

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

RGB color model

#DFC7EB color RGB value is (223,199,235).

  • red value is 223;
  • green value is 199;
  • blue value is 235.
RGB:
(223,199,235)
(87%,78%,92%)

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 235 of 255 = 92%

223
199
235

R + G + B ~ 86%. #DFC7EB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 235 = 657 (100%)
R 223 of 657 ~ 33.94%
G 199 of 657 ~ 30.29%
B 235 of 657 ~ 35.77%

%33.94
%30.29
%35.77

CMYK color model

#DFC7EB color CMYK value is (5,15,0,8).

  • cyan value is 5.11%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,15,0,8)
C5M15Y0K8 
(5%,15%,0%,8%)
(0.05/0.15/0.00/0.08)	

CMYK percentages

%5.11
%15.32
%0
%7.84

Codes

Color #DFC7EB in popluar color models

DFC7EB
RGB223199235
HSL280°47.37%85.10%
HSB/HSV280°15.32%92.16%
CMYK5.11%15.32%0.00%
7.84%

Color #DFC7EB in popluar number systems.

HEXDFC7EB
Decimal223199235
Binary110111111100011111101011
Octal337307353

Shades and tints

Shades of #DFC7EB

#DFC7EB
(223,199,235)
#CBB5D6
(203,181,214)
#B7A3C1
(183,163,193)
#A391AC
(163,145,172)
#8F7F97
(143,127,151)
#7B6D82
(123,109,130)
#675B6D
(103,91,109)
#534958
(83,73,88)
#3F3743
(63,55,67)
#2B252E
(43,37,46)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #DFC7EB

#DFC7EB
(223,199,235)
#E1CCEC
(225,204,236)
#E3D1ED
(227,209,237)
#E5D6EE
(229,214,238)
#E7DBEF
(231,219,239)
#E9E0F0
(233,224,240)
#EBE5F1
(235,229,241)
#EDEAF2
(237,234,242)
#EFEFF3
(239,239,243)
#F1F4F4
(241,244,244)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC7EB color. Also use rgb(223,199,235) instead hex code.

Text Font Color

.myTextColor { color: #DFC7EB; }

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

This text font color is #DFC7EB.


Background Color

.myBgColor { background-color: #DFC7EB; }

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

This div background color is #DFC7EB.


Border color

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

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

This div border color is #DFC7EB.


Opacity

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

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

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

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

This text has shadow with #DFC7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC7EB on black background.


Color preview on white background

This text has color #DFC7EB on white background.



Black color preview on #DFC7EB background

This text has black color on #DFC7EB background.


White color preview on #DFC7EB background

This text has white color on #DFC7EB background.