COLOR #9DCBE3

HEX: #9DCBE3 RGB: (157,203,227)

Color info

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

RGB color model

#9DCBE3 color RGB value is (157,203,227).

RGB: (157,203,227) (62%, 80%, 89%)

RGB channels and saturation

R 157 of 255 = 62%
G 203 of 255 = 80%
B 227 of 255 = 89%

157
203
227

R + G + B ~ 77%. #9DCBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 203 + 227 = 587 (100%)
R 157 of 587 ~ 26.75%
G 203 of 587 ~ 34.58%
B 227 of 587 ~ 38.67'%

%26.75
%34.58
%38.67

CMYK color model

#9DCBE3 color CMYK value is (31,11,0,11).

  • cyan value is 30.84%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (31,11,0,11)
C31M11Y0K11 (31%, 11%, 0%, 11%)
(0.31 / 0.11 / 0.00 / 0.11)

CMYK percentages

%30.84
%10.57
%0
%10.98

Codes

Color #9DCBE3 in popluar color models

9D CB E3
RGB 157 203 227
HSL 201° 55.56% 75.29%
HSB/HSV 201° 30.84% 89.02%
CMYK 30.84% 10.57% 0.00%
10.98%

Color #9DCBE3 in popluar number systems.

HEX 9D CB E3
Decimal 157 203 227
Binary 10011101 11001011 11100011
Octal 235 313 343

Shades and tints

Shades of #9DCBE3

#9DCBE3
(157,203,227)
#8FB9CF
(143,185,207)
#81A7BB
(129,167,187)
#7395A7
(115,149,167)
#658393
(101,131,147)
#57717F
(87,113,127)
#495F6B
(73,95,107)
#3B4D57
(59,77,87)
#2D3B43
(45,59,67)
#1F292F
(31,41,47)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #9DCBE3

#9DCBE3
(157,203,227)
#A5CFE5
(165,207,229)
#ADD3E7
(173,211,231)
#B5D7E9
(181,215,233)
#BDDBEB
(189,219,235)
#C5DFED
(197,223,237)
#CDE3EF
(205,227,239)
#D5E7F1
(213,231,241)
#DDEBF3
(221,235,243)
#E5EFF5
(229,239,245)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCBE3 color. Also use rgb(157,203,227) instead hex code.

Text Font Color

.myTextColor { color: #9DCBE3; }

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

This text font color is #9DCBE3.

Background Color

.myBgColor { background-color: #9DCBE3; }

<div style="background-color:#9DCBE3">Inner text</div>

This div background color is #9DCBE3.

Border color

.myBorderColor { border: 1px solid #9DCBE3; }

<div style="border:3px solid #9DCBE3">Div</div>

This div border color is #9DCBE3.

Opacity

.myOpacity80 { color: #9DCBE3; opacity: 0.8; }

<p style="color:#9DCBE3;opacity:0.8;">80%</p>

Text with #9DCBE3 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 #9DCBE3;}

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

This text has shadow with #9DCBE3 color.


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

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

This text has shadow with #9DCBE3 primary color and red secondary color.


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

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

This text has shadow with #9DCBE3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9DCBE3.

Preview

Color preview on black background

This text has color #9DCBE3 on black background.


Color preview on white background

This text has color #9DCBE3 on white background.


Black color preview on #9DCBE3 background

This text has black color on #9DCBE3 background.


White color preview on #9DCBE3 background

This text has white color on #9DCBE3 background.


Related colors

Complementary color

Complementary color for #hex is #62341C.


I love getcolorcode.com

Triadic colors

1 #E39DCB and #CBE39D with #9DCBE3 are triadic colors.

2 #E3CB9D and #CB9DE3 with #9DCBE3 are triadic colors.