COLOR #C5EACF

HEX: #C5EACF RGB: (197,234,207)

Color info

#C5EACF contains red, green and blue colors in about the same proportion. Web safe color of #C5EACF is #CCFFCC (or #CFC).

RGB color model

#C5EACF color RGB value is (197,234,207).

RGB: (197,234,207) (77%, 92%, 81%)

RGB channels and saturation

R 197 of 255 = 77%
G 234 of 255 = 92%
B 207 of 255 = 81%

197
234
207

R + G + B ~ 83%. #C5EACF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 234 + 207 = 638 (100%)
R 197 of 638 ~ 30.88%
G 234 of 638 ~ 36.68%
B 207 of 638 ~ 32.45'%

%30.88
%36.68
%32.45

CMYK color model

#C5EACF color CMYK value is (16,0,12,8).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 8.24%

CMYK: (16,0,12,8)
C16M0Y12K8 (16%, 0%, 12%, 8%)
(0.16 / 0.00 / 0.12 / 0.08)

CMYK percentages

%15.81
%0
%11.54
%8.24

Codes

Color #C5EACF in popluar color models

C5 EA CF
RGB 197 234 207
HSL 136° 46.84% 84.51%
HSB/HSV 136° 15.81% 91.76%
CMYK 15.81% 0.00% 11.54%
8.24%

Color #C5EACF in popluar number systems.

HEX C5 EA CF
Decimal 197 234 207
Binary 11000101 11101010 11001111
Octal 305 352 317

Shades and tints

Shades of #C5EACF

#C5EACF
(197,234,207)
#B4D5BD
(180,213,189)
#A3C0AB
(163,192,171)
#92AB99
(146,171,153)
#819687
(129,150,135)
#708175
(112,129,117)
#5F6C63
(95,108,99)
#4E5751
(78,87,81)
#3D423F
(61,66,63)
#2C2D2D
(44,45,45)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #C5EACF

#C5EACF
(197,234,207)
#CAEBD3
(202,235,211)
#CFECD7
(207,236,215)
#D4EDDB
(212,237,219)
#D9EEDF
(217,238,223)
#DEEFE3
(222,239,227)
#E3F0E7
(227,240,231)
#E8F1EB
(232,241,235)
#EDF2EF
(237,242,239)
#F2F3F3
(242,243,243)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EACF color. Also use rgb(197,234,207) instead hex code.

Text Font Color

.myTextColor { color: #C5EACF; }

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

This text font color is #C5EACF.

Background Color

.myBgColor { background-color: #C5EACF; }

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

This div background color is #C5EACF.

Border color

.myBorderColor { border: 1px solid #C5EACF; }

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

This div border color is #C5EACF.

Opacity

.myOpacity80 { color: #C5EACF; opacity: 0.8; }

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

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

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

This text has shadow with #C5EACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EACF.

Preview

Color preview on black background

This text has color #C5EACF on black background.


Color preview on white background

This text has color #C5EACF on white background.


Black color preview on #C5EACF background

This text has black color on #C5EACF background.


White color preview on #C5EACF background

This text has white color on #C5EACF background.


Related colors

Complementary color

Complementary color for #hex is #3A1530.


I love getcolorcode.com

Triadic colors

1 #CFC5EA and #EACFC5 with #C5EACF are triadic colors.

2 #CFEAC5 and #EAC5CF with #C5EACF are triadic colors.