COLOR #99CDA6

HEX: #99CDA6 RGB: (153,205,166)

Color info

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

RGB color model

#99CDA6 color RGB value is (153,205,166).

RGB: (153,205,166) (60%, 80%, 65%)

RGB channels and saturation

R 153 of 255 = 60%
G 205 of 255 = 80%
B 166 of 255 = 65%

153
205
166

R + G + B ~ 68%. #99CDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 205 + 166 = 524 (100%)
R 153 of 524 ~ 29.2%
G 205 of 524 ~ 39.12%
B 166 of 524 ~ 31.68'%

%29.2
%39.12
%31.68

CMYK color model

#99CDA6 color CMYK value is (25,0,19,20).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%
CMYK: (25,0,19,20) C25M0Y19K20 (25%,0%,19%,20%) (0.25/0.00/0.19/0.20) 

CMYK percentages

%25.37
%0
%19.02
%19.61

Codes

Color #99CDA6 in popluar color models

99 CD A6
RGB 153 205 166
HSL 135° 34.21% 70.20%
HSB/HSV 135° 25.37% 80.39%
CMYK 25.37% 0.00% 19.02%
19.61%

Color #99CDA6 in popluar number systems.

HEX 99 CD A6
Decimal 153 205 166
Binary 10011001 11001101 10100110
Octal 231 315 246

Shades and tints

Shades of #99CDA6

#99CDA6
(153,205,166)
#8CBB97
(140,187,151)
#7FA988
(127,169,136)
#729779
(114,151,121)
#65856A
(101,133,106)
#58735B
(88,115,91)
#4B614C
(75,97,76)
#3E4F3D
(62,79,61)
#313D2E
(49,61,46)
#242B1F
(36,43,31)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #99CDA6

#99CDA6
(153,205,166)
#A2D1AE
(162,209,174)
#ABD5B6
(171,213,182)
#B4D9BE
(180,217,190)
#BDDDC6
(189,221,198)
#C6E1CE
(198,225,206)
#CFE5D6
(207,229,214)
#D8E9DE
(216,233,222)
#E1EDE6
(225,237,230)
#EAF1EE
(234,241,238)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CDA6 color. Also use rgb(153,205,166) instead hex code.

Text Font Color

.myTextColor { color: #99CDA6; }

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

This text font color is #99CDA6.

Background Color

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

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

This div background color is #99CDA6.

Border color

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

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

This div border color is #99CDA6.

Opacity

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

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

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

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

This text has shadow with #99CDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CDA6.

Preview

Color preview on black background

This text has color #99CDA6 on black background.


Color preview on white background

This text has color #99CDA6 on white background.


Black color preview on #99CDA6 background

This text has black color on #99CDA6 background.


White color preview on #99CDA6 background

This text has white color on #99CDA6 background.


Related colors

Complementary color

Complementary color for #hex is #663259.


I love getcolorcode.com

Triadic colors

1 #A699CD and #CDA699 with #99CDA6 are triadic colors.

2 #A6CD99 and #CD99A6 with #99CDA6 are triadic colors.