COLOR #DAEBEB

HEX: #DAEBEB RGB: (218,235,235)

Color info

#DAEBEB contains red, green and blue colors in about the same proportion. Web safe color of #DAEBEB is #CCFFFF (or #CFF).

RGB color model

#DAEBEB color RGB value is (218,235,235).

RGB: (218,235,235) (85%, 92%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 235 of 255 = 92%
B 235 of 255 = 92%

218
235
235

R + G + B ~ 90%. #DAEBEB is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 235 + 235 = 688 (100%)
R 218 of 688 ~ 31.69%
G 235 of 688 ~ 34.16%
B 235 of 688 ~ 34.16'%

%31.69
%34.16
%34.16

CMYK color model

#DAEBEB color CMYK value is (7,0,0,8).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (7,0,0,8)
C7M0Y0K8 (7%, 0%, 0%, 8%)
(0.07 / 0.00 / 0.00 / 0.08)

CMYK percentages

%7.23
%0
%0
%7.84

Codes

Color #DAEBEB in popluar color models

DA EB EB
RGB 218 235 235
HSL 180° 29.82% 88.82%
HSB/HSV 180° 7.23% 92.16%
CMYK 7.23% 0.00% 0.00%
7.84%

Color #DAEBEB in popluar number systems.

HEX DA EB EB
Decimal 218 235 235
Binary 11011010 11101011 11101011
Octal 332 353 353

Shades and tints

Shades of #DAEBEB

#DAEBEB
(218,235,235)
#C7D6D6
(199,214,214)
#B4C1C1
(180,193,193)
#A1ACAC
(161,172,172)
#8E9797
(142,151,151)
#7B8282
(123,130,130)
#686D6D
(104,109,109)
#555858
(85,88,88)
#424343
(66,67,67)
#2F2E2E
(47,46,46)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAEBEB

#DAEBEB
(218,235,235)
#DDECEC
(221,236,236)
#E0EDED
(224,237,237)
#E3EEEE
(227,238,238)
#E6EFEF
(230,239,239)
#E9F0F0
(233,240,240)
#ECF1F1
(236,241,241)
#EFF2F2
(239,242,242)
#F2F3F3
(242,243,243)
#F5F4F4
(245,244,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBEB; }

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

This text font color is #DAEBEB.

Background Color

.myBgColor { background-color: #DAEBEB; }

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

This div background color is #DAEBEB.

Border color

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

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

This div border color is #DAEBEB.

Opacity

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

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

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

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

This text has shadow with #DAEBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEBEB.

Preview

Color preview on black background

This text has color #DAEBEB on black background.


Color preview on white background

This text has color #DAEBEB on white background.


Black color preview on #DAEBEB background

This text has black color on #DAEBEB background.


White color preview on #DAEBEB background

This text has white color on #DAEBEB background.


Related colors

Complementary color

Complementary color for #hex is #251414.


I love getcolorcode.com