COLOR #C1E7ED

HEX: #C1E7ED RGB: (193,231,237)

Color info

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

RGB color model

#C1E7ED color RGB value is (193,231,237).

RGB: (193,231,237) (76%, 91%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 231 of 255 = 91%
B 237 of 255 = 93%

193
231
237

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

Portions of RGB colors in percentages

R + G + B = 193 + 231 + 237 = 661 (100%)
R 193 of 661 ~ 29.2%
G 231 of 661 ~ 34.95%
B 237 of 661 ~ 35.85'%

%29.2
%34.95
%35.85

CMYK color model

#C1E7ED color CMYK value is (19,3,0,7).

  • cyan value is 18.57%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (19,3,0,7) C19M3Y0K7 (19%,3%,0%,7%) (0.19/0.03/0.00/0.07) 

CMYK percentages

%18.57
%2.53
%0
%7.06

Codes

Color #C1E7ED in popluar color models

C1 E7 ED
RGB 193 231 237
HSL 188° 55.00% 84.31%
HSB/HSV 188° 18.57% 92.94%
CMYK 18.57% 2.53% 0.00%
7.06%

Color #C1E7ED in popluar number systems.

HEX C1 E7 ED
Decimal 193 231 237
Binary 11000001 11100111 11101101
Octal 301 347 355

Shades and tints

Shades of #C1E7ED

#C1E7ED
(193,231,237)
#B0D2D8
(176,210,216)
#9FBDC3
(159,189,195)
#8EA8AE
(142,168,174)
#7D9399
(125,147,153)
#6C7E84
(108,126,132)
#5B696F
(91,105,111)
#4A545A
(74,84,90)
#393F45
(57,63,69)
#282A30
(40,42,48)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #C1E7ED

#C1E7ED
(193,231,237)
#C6E9EE
(198,233,238)
#CBEBEF
(203,235,239)
#D0EDF0
(208,237,240)
#D5EFF1
(213,239,241)
#DAF1F2
(218,241,242)
#DFF3F3
(223,243,243)
#E4F5F4
(228,245,244)
#E9F7F5
(233,247,245)
#EEF9F6
(238,249,246)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E7ED color. Also use rgb(193,231,237) instead hex code.

Text Font Color

.myTextColor { color: #C1E7ED; }

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

This text font color is #C1E7ED.

Background Color

.myBgColor { background-color: #C1E7ED; }

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

This div background color is #C1E7ED.

Border color

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

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

This div border color is #C1E7ED.

Opacity

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

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

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

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

This text has shadow with #C1E7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E7ED.

Preview

Color preview on black background

This text has color #C1E7ED on black background.


Color preview on white background

This text has color #C1E7ED on white background.


Black color preview on #C1E7ED background

This text has black color on #C1E7ED background.


White color preview on #C1E7ED background

This text has white color on #C1E7ED background.


Related colors

Complementary color

Complementary color for #hex is #3E1812.


I love getcolorcode.com

Triadic colors

1 #EDC1E7 and #E7EDC1 with #C1E7ED are triadic colors.

2 #EDE7C1 and #E7C1ED with #C1E7ED are triadic colors.