COLOR #99BCC4

HEX: #99BCC4 RGB: (153,188,196)

Color info

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

RGB color model

#99BCC4 color RGB value is (153,188,196).

RGB: (153,188,196) (60%, 74%, 77%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 196 of 255 = 77%

153
188
196

R + G + B ~ 70%. #99BCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 188 + 196 = 537 (100%)
R 153 of 537 ~ 28.49%
G 188 of 537 ~ 35.01%
B 196 of 537 ~ 36.5'%

%28.49
%35.01
%36.5

CMYK color model

#99BCC4 color CMYK value is (22,4,0,23).

  • cyan value is 21.94%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (22,4,0,23)
C22M4Y0K23 (22%, 4%, 0%, 23%)
(0.22 / 0.04 / 0.00 / 0.23)

CMYK percentages

%21.94
%4.08
%0
%23.14

Codes

Color #99BCC4 in popluar color models

99 BC C4
RGB 153 188 196
HSL 191° 26.71% 68.43%
HSB/HSV 191° 21.94% 76.86%
CMYK 21.94% 4.08% 0.00%
23.14%

Color #99BCC4 in popluar number systems.

HEX 99 BC C4
Decimal 153 188 196
Binary 10011001 10111100 11000100
Octal 231 274 304

Shades and tints

Shades of #99BCC4

#99BCC4
(153,188,196)
#8CABB3
(140,171,179)
#7F9AA2
(127,154,162)
#728991
(114,137,145)
#657880
(101,120,128)
#58676F
(88,103,111)
#4B565E
(75,86,94)
#3E454D
(62,69,77)
#31343C
(49,52,60)
#24232B
(36,35,43)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #99BCC4

#99BCC4
(153,188,196)
#A2C2C9
(162,194,201)
#ABC8CE
(171,200,206)
#B4CED3
(180,206,211)
#BDD4D8
(189,212,216)
#C6DADD
(198,218,221)
#CFE0E2
(207,224,226)
#D8E6E7
(216,230,231)
#E1ECEC
(225,236,236)
#EAF2F1
(234,242,241)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BCC4 color. Also use rgb(153,188,196) instead hex code.

Text Font Color

.myTextColor { color: #99BCC4; }

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

This text font color is #99BCC4.

Background Color

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

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

This div background color is #99BCC4.

Border color

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

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

This div border color is #99BCC4.

Opacity

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

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

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

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

This text has shadow with #99BCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BCC4.

Preview

Color preview on black background

This text has color #99BCC4 on black background.


Color preview on white background

This text has color #99BCC4 on white background.


Black color preview on #99BCC4 background

This text has black color on #99BCC4 background.


White color preview on #99BCC4 background

This text has white color on #99BCC4 background.


Related colors

Complementary color

Complementary color for #hex is #66433B.


I love getcolorcode.com

Triadic colors

1 #C499BC and #BCC499 with #99BCC4 are triadic colors.

2 #C4BC99 and #BC99C4 with #99BCC4 are triadic colors.