COLOR #99BFD6

HEX: #99BFD6 RGB: (153,191,214)

Color info

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

RGB color model

#99BFD6 color RGB value is (153,191,214).

RGB: (153,191,214) (60%, 75%, 84%)

RGB channels and saturation

R 153 of 255 = 60%
G 191 of 255 = 75%
B 214 of 255 = 84%

153
191
214

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

Portions of RGB colors in percentages

R + G + B = 153 + 191 + 214 = 558 (100%)
R 153 of 558 ~ 27.42%
G 191 of 558 ~ 34.23%
B 214 of 558 ~ 38.35'%

%27.42
%34.23
%38.35

CMYK color model

#99BFD6 color CMYK value is (29,11,0,16).

  • cyan value is 28.50%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (29,11,0,16)
C29M11Y0K16 (29%, 11%, 0%, 16%)
(0.29 / 0.11 / 0.00 / 0.16)

CMYK percentages

%28.5
%10.75
%0
%16.08

Codes

Color #99BFD6 in popluar color models

99 BF D6
RGB 153 191 214
HSL 203° 42.66% 71.96%
HSB/HSV 203° 28.50% 83.92%
CMYK 28.50% 10.75% 0.00%
16.08%

Color #99BFD6 in popluar number systems.

HEX 99 BF D6
Decimal 153 191 214
Binary 10011001 10111111 11010110
Octal 231 277 326

Shades and tints

Shades of #99BFD6

#99BFD6
(153,191,214)
#8CAEC3
(140,174,195)
#7F9DB0
(127,157,176)
#728C9D
(114,140,157)
#657B8A
(101,123,138)
#586A77
(88,106,119)
#4B5964
(75,89,100)
#3E4851
(62,72,81)
#31373E
(49,55,62)
#24262B
(36,38,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #99BFD6

#99BFD6
(153,191,214)
#A2C4D9
(162,196,217)
#ABC9DC
(171,201,220)
#B4CEDF
(180,206,223)
#BDD3E2
(189,211,226)
#C6D8E5
(198,216,229)
#CFDDE8
(207,221,232)
#D8E2EB
(216,226,235)
#E1E7EE
(225,231,238)
#EAECF1
(234,236,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BFD6 color. Also use rgb(153,191,214) instead hex code.

Text Font Color

.myTextColor { color: #99BFD6; }

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

This text font color is #99BFD6.

Background Color

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

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

This div background color is #99BFD6.

Border color

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

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

This div border color is #99BFD6.

Opacity

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

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

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

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

This text has shadow with #99BFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BFD6.

Preview

Color preview on black background

This text has color #99BFD6 on black background.


Color preview on white background

This text has color #99BFD6 on white background.


Black color preview on #99BFD6 background

This text has black color on #99BFD6 background.


White color preview on #99BFD6 background

This text has white color on #99BFD6 background.


Related colors

Complementary color

Complementary color for #hex is #664029.


I love getcolorcode.com

Triadic colors

1 #D699BF and #BFD699 with #99BFD6 are triadic colors.

2 #D6BF99 and #BF99D6 with #99BFD6 are triadic colors.