COLOR #99C1C2

HEX: #99C1C2 RGB: (153,193,194)

Color info

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

RGB color model

#99C1C2 color RGB value is (153,193,194).

RGB: (153,193,194) (60%, 76%, 76%)

RGB channels and saturation

R 153 of 255 = 60%
G 193 of 255 = 76%
B 194 of 255 = 76%

153
193
194

R + G + B ~ 71%. #99C1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 193 + 194 = 540 (100%)
R 153 of 540 ~ 28.33%
G 193 of 540 ~ 35.74%
B 194 of 540 ~ 35.93'%

%28.33
%35.74
%35.93

CMYK color model

#99C1C2 color CMYK value is (21,1,0,24).

  • cyan value is 21.13%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (21,1,0,24) C21M1Y0K24 (21%,1%,0%,24%) (0.21/0.01/0.00/0.24) 

CMYK percentages

%21.13
%0.52
%0
%23.92

Codes

Color #99C1C2 in popluar color models

99 C1 C2
RGB 153 193 194
HSL 181° 25.15% 68.04%
HSB/HSV 181° 21.13% 76.08%
CMYK 21.13% 0.52% 0.00%
23.92%

Color #99C1C2 in popluar number systems.

HEX 99 C1 C2
Decimal 153 193 194
Binary 10011001 11000001 11000010
Octal 231 301 302

Shades and tints

Shades of #99C1C2

#99C1C2
(153,193,194)
#8CB0B1
(140,176,177)
#7F9FA0
(127,159,160)
#728E8F
(114,142,143)
#657D7E
(101,125,126)
#586C6D
(88,108,109)
#4B5B5C
(75,91,92)
#3E4A4B
(62,74,75)
#31393A
(49,57,58)
#242829
(36,40,41)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #99C1C2

#99C1C2
(153,193,194)
#A2C6C7
(162,198,199)
#ABCBCC
(171,203,204)
#B4D0D1
(180,208,209)
#BDD5D6
(189,213,214)
#C6DADB
(198,218,219)
#CFDFE0
(207,223,224)
#D8E4E5
(216,228,229)
#E1E9EA
(225,233,234)
#EAEEEF
(234,238,239)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C1C2 color. Also use rgb(153,193,194) instead hex code.

Text Font Color

.myTextColor { color: #99C1C2; }

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

This text font color is #99C1C2.

Background Color

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

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

This div background color is #99C1C2.

Border color

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

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

This div border color is #99C1C2.

Opacity

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

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

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

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

This text has shadow with #99C1C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C1C2.

Preview

Color preview on black background

This text has color #99C1C2 on black background.


Color preview on white background

This text has color #99C1C2 on white background.


Black color preview on #99C1C2 background

This text has black color on #99C1C2 background.


White color preview on #99C1C2 background

This text has white color on #99C1C2 background.


Related colors

Complementary color

Complementary color for #hex is #663E3D.


I love getcolorcode.com

Triadic colors

1 #C299C1 and #C1C299 with #99C1C2 are triadic colors.

2 #C2C199 and #C199C2 with #99C1C2 are triadic colors.