COLOR #8FCDD3

HEX: #8FCDD3 RGB: (143,205,211)

Color info

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

RGB color model

#8FCDD3 color RGB value is (143,205,211).

RGB: (143,205,211) (56%, 80%, 83%)

RGB channels and saturation

R 143 of 255 = 56%
G 205 of 255 = 80%
B 211 of 255 = 83%

143
205
211

R + G + B ~ 73%. #8FCDD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 205 + 211 = 559 (100%)
R 143 of 559 ~ 25.58%
G 205 of 559 ~ 36.67%
B 211 of 559 ~ 37.75'%

%25.58
%36.67
%37.75

CMYK color model

#8FCDD3 color CMYK value is (32,3,0,17).

  • cyan value is 32.23%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (32,3,0,17)
C32M3Y0K17 (32%, 3%, 0%, 17%)
(0.32 / 0.03 / 0.00 / 0.17)

CMYK percentages

%32.23
%2.84
%0
%17.25

Codes

Color #8FCDD3 in popluar color models

8F CD D3
RGB 143 205 211
HSL 185° 43.59% 69.41%
HSB/HSV 185° 32.23% 82.75%
CMYK 32.23% 2.84% 0.00%
17.25%

Color #8FCDD3 in popluar number systems.

HEX 8F CD D3
Decimal 143 205 211
Binary 10001111 11001101 11010011
Octal 217 315 323

Shades and tints

Shades of #8FCDD3

#8FCDD3
(143,205,211)
#82BBC0
(130,187,192)
#75A9AD
(117,169,173)
#68979A
(104,151,154)
#5B8587
(91,133,135)
#4E7374
(78,115,116)
#416161
(65,97,97)
#344F4E
(52,79,78)
#273D3B
(39,61,59)
#1A2B28
(26,43,40)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #8FCDD3

#8FCDD3
(143,205,211)
#99D1D7
(153,209,215)
#A3D5DB
(163,213,219)
#ADD9DF
(173,217,223)
#B7DDE3
(183,221,227)
#C1E1E7
(193,225,231)
#CBE5EB
(203,229,235)
#D5E9EF
(213,233,239)
#DFEDF3
(223,237,243)
#E9F1F7
(233,241,247)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCDD3 color. Also use rgb(143,205,211) instead hex code.

Text Font Color

.myTextColor { color: #8FCDD3; }

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

This text font color is #8FCDD3.

Background Color

.myBgColor { background-color: #8FCDD3; }

<div style="background-color:#8FCDD3">Inner text</div>

This div background color is #8FCDD3.

Border color

.myBorderColor { border: 1px solid #8FCDD3; }

<div style="border:3px solid #8FCDD3">Div</div>

This div border color is #8FCDD3.

Opacity

.myOpacity80 { color: #8FCDD3; opacity: 0.8; }

<p style="color:#8FCDD3;opacity:0.8;">80%</p>

Text with #8FCDD3 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 #8FCDD3;}

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

This text has shadow with #8FCDD3 color.


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

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

This text has shadow with #8FCDD3 primary color and red secondary color.


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

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

This text has shadow with #8FCDD3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8FCDD3.

Preview

Color preview on black background

This text has color #8FCDD3 on black background.


Color preview on white background

This text has color #8FCDD3 on white background.


Black color preview on #8FCDD3 background

This text has black color on #8FCDD3 background.


White color preview on #8FCDD3 background

This text has white color on #8FCDD3 background.


Related colors

Complementary color

Complementary color for #hex is #70322C.


I love getcolorcode.com

Triadic colors

1 #D38FCD and #CDD38F with #8FCDD3 are triadic colors.

2 #D3CD8F and #CD8FD3 with #8FCDD3 are triadic colors.