COLOR #C5EBEE

HEX: #C5EBEE RGB: (197,235,238)

Color info

#C5EBEE contains red, green and blue colors in about the same proportion. Web safe color of #C5EBEE is #CCFFFF (or #CFF).

RGB color model

#C5EBEE color RGB value is (197,235,238).

RGB: (197,235,238) (77%, 92%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 235 of 255 = 92%
B 238 of 255 = 93%

197
235
238

R + G + B ~ 87%. #C5EBEE is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 235 + 238 = 670 (100%)
R 197 of 670 ~ 29.4%
G 235 of 670 ~ 35.07%
B 238 of 670 ~ 35.52'%

%29.4
%35.07
%35.52

CMYK color model

#C5EBEE color CMYK value is (17,1,0,7).

  • cyan value is 17.23%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (17,1,0,7)
C17M1Y0K7 (17%, 1%, 0%, 7%)
(0.17 / 0.01 / 0.00 / 0.07)

CMYK percentages

%17.23
%1.26
%0
%6.67

Codes

Color #C5EBEE in popluar color models

C5 EB EE
RGB 197 235 238
HSL 184° 54.67% 85.29%
HSB/HSV 184° 17.23% 93.33%
CMYK 17.23% 1.26% 0.00%
6.67%

Color #C5EBEE in popluar number systems.

HEX C5 EB EE
Decimal 197 235 238
Binary 11000101 11101011 11101110
Octal 305 353 356

Shades and tints

Shades of #C5EBEE

#C5EBEE
(197,235,238)
#B4D6D9
(180,214,217)
#A3C1C4
(163,193,196)
#92ACAF
(146,172,175)
#81979A
(129,151,154)
#708285
(112,130,133)
#5F6D70
(95,109,112)
#4E585B
(78,88,91)
#3D4346
(61,67,70)
#2C2E31
(44,46,49)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #C5EBEE

#C5EBEE
(197,235,238)
#CAECEF
(202,236,239)
#CFEDF0
(207,237,240)
#D4EEF1
(212,238,241)
#D9EFF2
(217,239,242)
#DEF0F3
(222,240,243)
#E3F1F4
(227,241,244)
#E8F2F5
(232,242,245)
#EDF3F6
(237,243,246)
#F2F4F7
(242,244,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EBEE color. Also use rgb(197,235,238) instead hex code.

Text Font Color

.myTextColor { color: #C5EBEE; }

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

This text font color is #C5EBEE.

Background Color

.myBgColor { background-color: #C5EBEE; }

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

This div background color is #C5EBEE.

Border color

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

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

This div border color is #C5EBEE.

Opacity

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

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

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

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

This text has shadow with #C5EBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5EBEE.

Preview

Color preview on black background

This text has color #C5EBEE on black background.


Color preview on white background

This text has color #C5EBEE on white background.


Black color preview on #C5EBEE background

This text has black color on #C5EBEE background.


White color preview on #C5EBEE background

This text has white color on #C5EBEE background.


Related colors

Complementary color

Complementary color for #hex is #3A1411.


I love getcolorcode.com

Triadic colors

1 #EEC5EB and #EBEEC5 with #C5EBEE are triadic colors.

2 #EEEBC5 and #EBC5EE with #C5EBEE are triadic colors.