COLOR #99BDDB

HEX: #99BDDB RGB: (153,189,219)

Color info

#99BDDB contains mainly green and blue colors. Web safe color of #99BDDB is #99CCCC (or #9CC).

RGB color model

#99BDDB color RGB value is (153,189,219).

RGB: (153,189,219) (60%, 74%, 86%)

RGB channels and saturation

R 153 of 255 = 60%
G 189 of 255 = 74%
B 219 of 255 = 86%

153
189
219

R + G + B ~ 73%. #99BDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 189 + 219 = 561 (100%)
R 153 of 561 ~ 27.27%
G 189 of 561 ~ 33.69%
B 219 of 561 ~ 39.04'%

%27.27
%33.69
%39.04

CMYK color model

#99BDDB color CMYK value is (30,14,0,14).

  • cyan value is 30.14%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (30,14,0,14)
C30M14Y0K14 (30%, 14%, 0%, 14%)
(0.30 / 0.14 / 0.00 / 0.14)

CMYK percentages

%30.14
%13.7
%0
%14.12

Codes

Color #99BDDB in popluar color models

99 BD DB
RGB 153 189 219
HSL 207° 47.83% 72.94%
HSB/HSV 207° 30.14% 85.88%
CMYK 30.14% 13.70% 0.00%
14.12%

Color #99BDDB in popluar number systems.

HEX 99 BD DB
Decimal 153 189 219
Binary 10011001 10111101 11011011
Octal 231 275 333

Shades and tints

Shades of #99BDDB

#99BDDB
(153,189,219)
#8CACC8
(140,172,200)
#7F9BB5
(127,155,181)
#728AA2
(114,138,162)
#65798F
(101,121,143)
#58687C
(88,104,124)
#4B5769
(75,87,105)
#3E4656
(62,70,86)
#313543
(49,53,67)
#242430
(36,36,48)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #99BDDB

#99BDDB
(153,189,219)
#A2C3DE
(162,195,222)
#ABC9E1
(171,201,225)
#B4CFE4
(180,207,228)
#BDD5E7
(189,213,231)
#C6DBEA
(198,219,234)
#CFE1ED
(207,225,237)
#D8E7F0
(216,231,240)
#E1EDF3
(225,237,243)
#EAF3F6
(234,243,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BDDB color. Also use rgb(153,189,219) instead hex code.

Text Font Color

.myTextColor { color: #99BDDB; }

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

This text font color is #99BDDB.

Background Color

.myBgColor { background-color: #99BDDB; }

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

This div background color is #99BDDB.

Border color

.myBorderColor { border: 1px solid #99BDDB; }

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

This div border color is #99BDDB.

Opacity

.myOpacity80 { color: #99BDDB; opacity: 0.8; }

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

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

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

This text has shadow with #99BDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BDDB.

Preview

Color preview on black background

This text has color #99BDDB on black background.


Color preview on white background

This text has color #99BDDB on white background.


Black color preview on #99BDDB background

This text has black color on #99BDDB background.


White color preview on #99BDDB background

This text has white color on #99BDDB background.


Related colors

Complementary color

Complementary color for #hex is #664224.


I love getcolorcode.com

Triadic colors

1 #DB99BD and #BDDB99 with #99BDDB are triadic colors.

2 #DBBD99 and #BD99DB with #99BDDB are triadic colors.