COLOR #BEEBDF

HEX: #BEEBDF RGB: (190,235,223)

Color info

#BEEBDF contains red, green and blue colors in about the same proportion. Web safe color of #BEEBDF is #CCFFCC (or #CFC).

RGB color model

#BEEBDF color RGB value is (190,235,223).

RGB: (190,235,223) (75%, 92%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 223 of 255 = 87%

190
235
223

R + G + B ~ 85%. #BEEBDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 223 = 648 (100%)
R 190 of 648 ~ 29.32%
G 235 of 648 ~ 36.27%
B 223 of 648 ~ 34.41'%

%29.32
%36.27
%34.41

CMYK color model

#BEEBDF color CMYK value is (19,0,5,8).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK: (19,0,5,8) C19M0Y5K8 (19%,0%,5%,8%) (0.19/0.00/0.05/0.08) 

CMYK percentages

%19.15
%0
%5.11
%7.84

Codes

Color #BEEBDF in popluar color models

BE EB DF
RGB 190 235 223
HSL 164° 52.94% 83.33%
HSB/HSV 164° 19.15% 92.16%
CMYK 19.15% 0.00% 5.11%
7.84%

Color #BEEBDF in popluar number systems.

HEX BE EB DF
Decimal 190 235 223
Binary 10111110 11101011 11011111
Octal 276 353 337

Shades and tints

Shades of #BEEBDF

#BEEBDF
(190,235,223)
#ADD6CB
(173,214,203)
#9CC1B7
(156,193,183)
#8BACA3
(139,172,163)
#7A978F
(122,151,143)
#69827B
(105,130,123)
#586D67
(88,109,103)
#475853
(71,88,83)
#36433F
(54,67,63)
#252E2B
(37,46,43)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEEBDF

#BEEBDF
(190,235,223)
#C3ECE1
(195,236,225)
#C8EDE3
(200,237,227)
#CDEEE5
(205,238,229)
#D2EFE7
(210,239,231)
#D7F0E9
(215,240,233)
#DCF1EB
(220,241,235)
#E1F2ED
(225,242,237)
#E6F3EF
(230,243,239)
#EBF4F1
(235,244,241)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBDF; }

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

This text font color is #BEEBDF.

Background Color

.myBgColor { background-color: #BEEBDF; }

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

This div background color is #BEEBDF.

Border color

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

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

This div border color is #BEEBDF.

Opacity

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

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

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

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

This text has shadow with #BEEBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEBDF.

Preview

Color preview on black background

This text has color #BEEBDF on black background.


Color preview on white background

This text has color #BEEBDF on white background.


Black color preview on #BEEBDF background

This text has black color on #BEEBDF background.


White color preview on #BEEBDF background

This text has white color on #BEEBDF background.


Related colors

Complementary color

Complementary color for #hex is #411420.


I love getcolorcode.com

Triadic colors

1 #DFBEEB and #EBDFBE with #BEEBDF are triadic colors.

2 #DFEBBE and #EBBEDF with #BEEBDF are triadic colors.