COLOR #99BFD2

HEX: #99BFD2 RGB: (153,191,210)

Color info

#99BFD2 contains red, green and blue colors in about the same proportion. Web safe color of #99BFD2 is #99CCCC (or #9CC).

RGB color model

#99BFD2 color RGB value is (153,191,210).

RGB: (153,191,210) (60%, 75%, 82%)

RGB channels and saturation

R 153 of 255 = 60%
G 191 of 255 = 75%
B 210 of 255 = 82%

153
191
210

R + G + B ~ 72%. #99BFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 191 + 210 = 554 (100%)
R 153 of 554 ~ 27.62%
G 191 of 554 ~ 34.48%
B 210 of 554 ~ 37.91'%

%27.62
%34.48
%37.91

CMYK color model

#99BFD2 color CMYK value is (27,9,0,18).

  • cyan value is 27.14%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (27,9,0,18)
C27M9Y0K18 (27%, 9%, 0%, 18%)
(0.27 / 0.09 / 0.00 / 0.18)

CMYK percentages

%27.14
%9.05
%0
%17.65

Codes

Color #99BFD2 in popluar color models

99 BF D2
RGB 153 191 210
HSL 200° 38.78% 71.18%
HSB/HSV 200° 27.14% 82.35%
CMYK 27.14% 9.05% 0.00%
17.65%

Color #99BFD2 in popluar number systems.

HEX 99 BF D2
Decimal 153 191 210
Binary 10011001 10111111 11010010
Octal 231 277 322

Shades and tints

Shades of #99BFD2

#99BFD2
(153,191,210)
#8CAEBF
(140,174,191)
#7F9DAC
(127,157,172)
#728C99
(114,140,153)
#657B86
(101,123,134)
#586A73
(88,106,115)
#4B5960
(75,89,96)
#3E484D
(62,72,77)
#31373A
(49,55,58)
#242627
(36,38,39)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #99BFD2

#99BFD2
(153,191,210)
#A2C4D6
(162,196,214)
#ABC9DA
(171,201,218)
#B4CEDE
(180,206,222)
#BDD3E2
(189,211,226)
#C6D8E6
(198,216,230)
#CFDDEA
(207,221,234)
#D8E2EE
(216,226,238)
#E1E7F2
(225,231,242)
#EAECF6
(234,236,246)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BFD2; }

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

This text font color is #99BFD2.

Background Color

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

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

This div background color is #99BFD2.

Border color

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

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

This div border color is #99BFD2.

Opacity

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

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

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

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

This text has shadow with #99BFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BFD2.

Preview

Color preview on black background

This text has color #99BFD2 on black background.


Color preview on white background

This text has color #99BFD2 on white background.


Black color preview on #99BFD2 background

This text has black color on #99BFD2 background.


White color preview on #99BFD2 background

This text has white color on #99BFD2 background.


Related colors

Complementary color

Complementary color for #hex is #66402D.


I love getcolorcode.com

Triadic colors

1 #D299BF and #BFD299 with #99BFD2 are triadic colors.

2 #D2BF99 and #BF99D2 with #99BFD2 are triadic colors.