COLOR #DBE3C8

HEX: #DBE3C8 RGB: (219,227,200)

Color info

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

RGB color model

#DBE3C8 color RGB value is (219,227,200).

RGB: (219,227,200) (86%, 89%, 78%)

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 200 of 255 = 78%

219
227
200

R + G + B ~ 84%. #DBE3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 227 + 200 = 646 (100%)
R 219 of 646 ~ 33.9%
G 227 of 646 ~ 35.14%
B 200 of 646 ~ 30.96'%

%33.9
%35.14
%30.96

CMYK color model

#DBE3C8 color CMYK value is (4,0,12,11).

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 10.98%
CMYK: (4,0,12,11) C4M0Y12K11 (4%,0%,12%,11%) (0.04/0.00/0.12/0.11) 

CMYK percentages

%3.52
%0
%11.89
%10.98

Codes

Color #DBE3C8 in popluar color models

DB E3 C8
RGB 219 227 200
HSL 78° 32.53% 83.73%
HSB/HSV 78° 11.89% 89.02%
CMYK 3.52% 0.00% 11.89%
10.98%

Color #DBE3C8 in popluar number systems.

HEX DB E3 C8
Decimal 219 227 200
Binary 11011011 11100011 11001000
Octal 333 343 310

Shades and tints

Shades of #DBE3C8

#DBE3C8
(219,227,200)
#C8CFB6
(200,207,182)
#B5BBA4
(181,187,164)
#A2A792
(162,167,146)
#8F9380
(143,147,128)
#7C7F6E
(124,127,110)
#696B5C
(105,107,92)
#56574A
(86,87,74)
#434338
(67,67,56)
#302F26
(48,47,38)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #DBE3C8

#DBE3C8
(219,227,200)
#DEE5CD
(222,229,205)
#E1E7D2
(225,231,210)
#E4E9D7
(228,233,215)
#E7EBDC
(231,235,220)
#EAEDE1
(234,237,225)
#EDEFE6
(237,239,230)
#F0F1EB
(240,241,235)
#F3F3F0
(243,243,240)
#F6F5F5
(246,245,245)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE3C8 color. Also use rgb(219,227,200) instead hex code.

Text Font Color

.myTextColor { color: #DBE3C8; }

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

This text font color is #DBE3C8.

Background Color

.myBgColor { background-color: #DBE3C8; }

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

This div background color is #DBE3C8.

Border color

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

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

This div border color is #DBE3C8.

Opacity

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

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

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

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

This text has shadow with #DBE3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE3C8.

Preview

Color preview on black background

This text has color #DBE3C8 on black background.


Color preview on white background

This text has color #DBE3C8 on white background.


Black color preview on #DBE3C8 background

This text has black color on #DBE3C8 background.


White color preview on #DBE3C8 background

This text has white color on #DBE3C8 background.


Related colors

Complementary color

Complementary color for #hex is #241C37.


I love getcolorcode.com

Triadic colors

1 #C8DBE3 and #E3C8DB with #DBE3C8 are triadic colors.

2 #C8E3DB and #E3DBC8 with #DBE3C8 are triadic colors.