COLOR #DBC7EF

HEX: #DBC7EF RGB: (219,199,239)

Color info

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

RGB color model

#DBC7EF color RGB value is (219,199,239).

RGB: (219,199,239) (86%, 78%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 239 of 255 = 94%

219
199
239

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

Portions of RGB colors in percentages

R + G + B = 219 + 199 + 239 = 657 (100%)
R 219 of 657 ~ 33.33%
G 199 of 657 ~ 30.29%
B 239 of 657 ~ 36.38'%

%33.33
%30.29
%36.38

CMYK color model

#DBC7EF color CMYK value is (8,17,0,6).

  • cyan value is 8.37%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (8,17,0,6) C8M17Y0K6 (8%,17%,0%,6%) (0.08/0.17/0.00/0.06) 

CMYK percentages

%8.37
%16.74
%0
%6.27

Codes

Color #DBC7EF in popluar color models

DB C7 EF
RGB 219 199 239
HSL 270° 55.56% 85.88%
HSB/HSV 270° 16.74% 93.73%
CMYK 8.37% 16.74% 0.00%
6.27%

Color #DBC7EF in popluar number systems.

HEX DB C7 EF
Decimal 219 199 239
Binary 11011011 11000111 11101111
Octal 333 307 357

Shades and tints

Shades of #DBC7EF

#DBC7EF
(219,199,239)
#C8B5DA
(200,181,218)
#B5A3C5
(181,163,197)
#A291B0
(162,145,176)
#8F7F9B
(143,127,155)
#7C6D86
(124,109,134)
#695B71
(105,91,113)
#56495C
(86,73,92)
#433747
(67,55,71)
#302532
(48,37,50)
#1D131D
(29,19,29)
#000000
(0,0,0)

Tints of #DBC7EF

#DBC7EF
(219,199,239)
#DECCF0
(222,204,240)
#E1D1F1
(225,209,241)
#E4D6F2
(228,214,242)
#E7DBF3
(231,219,243)
#EAE0F4
(234,224,244)
#EDE5F5
(237,229,245)
#F0EAF6
(240,234,246)
#F3EFF7
(243,239,247)
#F6F4F8
(246,244,248)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC7EF color. Also use rgb(219,199,239) instead hex code.

Text Font Color

.myTextColor { color: #DBC7EF; }

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

This text font color is #DBC7EF.

Background Color

.myBgColor { background-color: #DBC7EF; }

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

This div background color is #DBC7EF.

Border color

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

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

This div border color is #DBC7EF.

Opacity

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

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

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

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

This text has shadow with #DBC7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC7EF.

Preview

Color preview on black background

This text has color #DBC7EF on black background.


Color preview on white background

This text has color #DBC7EF on white background.


Black color preview on #DBC7EF background

This text has black color on #DBC7EF background.


White color preview on #DBC7EF background

This text has white color on #DBC7EF background.


Related colors

Complementary color

Complementary color for #hex is #243810.


I love getcolorcode.com

Triadic colors

1 #EFDBC7 and #C7EFDB with #DBC7EF are triadic colors.

2 #EFC7DB and #C7DBEF with #DBC7EF are triadic colors.