COLOR #99C4D5

HEX: #99C4D5
RGB: (153,196,213)

Color info

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

RGB color model

#99C4D5 color RGB value is (153,196,213).

  • red value is 153;
  • green value is 196;
  • blue value is 213.
RGB:
(153,196,213)
(60%,77%,84%)

RGB channels and saturation

R 153 of 255 = 60%
G 196 of 255 = 77%
B 213 of 255 = 84%

153
196
213

R + G + B ~ 74%. #99C4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 196 + 213 = 562 (100%)
R 153 of 562 ~ 27.22%
G 196 of 562 ~ 34.88%
B 213 of 562 ~ 37.9%

%27.22
%34.88
%37.9

CMYK color model

#99C4D5 color CMYK value is (28,8,0,16).

  • cyan value is 28.17%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(28,8,0,16)
C28M8Y0K16 
(28%,8%,0%,16%)
(0.28/0.08/0.00/0.16)	

CMYK percentages

%28.17
%7.98
%0
%16.47

Codes

Color #99C4D5 in popluar color models

99C4D5
RGB153196213
HSL197°41.67%71.76%
HSB/HSV197°28.17%83.53%
CMYK28.17%7.98%0.00%
16.47%

Color #99C4D5 in popluar number systems.

HEX99C4D5
Decimal153196213
Binary100110011100010011010101
Octal231304325

Shades and tints

Shades of #99C4D5

#99C4D5
(153,196,213)
#8CB3C2
(140,179,194)
#7FA2AF
(127,162,175)
#72919C
(114,145,156)
#658089
(101,128,137)
#586F76
(88,111,118)
#4B5E63
(75,94,99)
#3E4D50
(62,77,80)
#313C3D
(49,60,61)
#242B2A
(36,43,42)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #99C4D5

#99C4D5
(153,196,213)
#A2C9D8
(162,201,216)
#ABCEDB
(171,206,219)
#B4D3DE
(180,211,222)
#BDD8E1
(189,216,225)
#C6DDE4
(198,221,228)
#CFE2E7
(207,226,231)
#D8E7EA
(216,231,234)
#E1ECED
(225,236,237)
#EAF1F0
(234,241,240)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C4D5; }

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

This text font color is #99C4D5.


Background Color

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

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

This div background color is #99C4D5.


Border color

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

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

This div border color is #99C4D5.


Opacity

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

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

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

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

This text has shadow with #99C4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C4D5 on black background.


Color preview on white background

This text has color #99C4D5 on white background.



Black color preview on #99C4D5 background

This text has black color on #99C4D5 background.


White color preview on #99C4D5 background

This text has white color on #99C4D5 background.