COLOR #C1EFEC

HEX: #C1EFEC RGB: (193,239,236)

Color info

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

RGB color model

#C1EFEC color RGB value is (193,239,236).

RGB: (193,239,236) (76%, 94%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 239 of 255 = 94%
B 236 of 255 = 93%

193
239
236

R + G + B ~ 88%. #C1EFEC is light color.

Portions of RGB colors in percentages

R + G + B = 193 + 239 + 236 = 668 (100%)
R 193 of 668 ~ 28.89%
G 239 of 668 ~ 35.78%
B 236 of 668 ~ 35.33'%

%28.89
%35.78
%35.33

CMYK color model

#C1EFEC color CMYK value is (19,0,1,6).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (19,0,1,6)
C19M0Y1K6 (19%, 0%, 1%, 6%)
(0.19 / 0.00 / 0.01 / 0.06)

CMYK percentages

%19.25
%0
%1.26
%6.27

Codes

Color #C1EFEC in popluar color models

C1 EF EC
RGB 193 239 236
HSL 176° 58.97% 84.71%
HSB/HSV 176° 19.25% 93.73%
CMYK 19.25% 0.00% 1.26%
6.27%

Color #C1EFEC in popluar number systems.

HEX C1 EF EC
Decimal 193 239 236
Binary 11000001 11101111 11101100
Octal 301 357 354

Shades and tints

Shades of #C1EFEC

#C1EFEC
(193,239,236)
#B0DAD7
(176,218,215)
#9FC5C2
(159,197,194)
#8EB0AD
(142,176,173)
#7D9B98
(125,155,152)
#6C8683
(108,134,131)
#5B716E
(91,113,110)
#4A5C59
(74,92,89)
#394744
(57,71,68)
#28322F
(40,50,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #C1EFEC

#C1EFEC
(193,239,236)
#C6F0ED
(198,240,237)
#CBF1EE
(203,241,238)
#D0F2EF
(208,242,239)
#D5F3F0
(213,243,240)
#DAF4F1
(218,244,241)
#DFF5F2
(223,245,242)
#E4F6F3
(228,246,243)
#E9F7F4
(233,247,244)
#EEF8F5
(238,248,245)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EFEC color. Also use rgb(193,239,236) instead hex code.

Text Font Color

.myTextColor { color: #C1EFEC; }

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

This text font color is #C1EFEC.

Background Color

.myBgColor { background-color: #C1EFEC; }

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

This div background color is #C1EFEC.

Border color

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

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

This div border color is #C1EFEC.

Opacity

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

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

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

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

This text has shadow with #C1EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1EFEC.

Preview

Color preview on black background

This text has color #C1EFEC on black background.


Color preview on white background

This text has color #C1EFEC on white background.


Black color preview on #C1EFEC background

This text has black color on #C1EFEC background.


White color preview on #C1EFEC background

This text has white color on #C1EFEC background.


Related colors

Complementary color

Complementary color for #hex is #3E1013.


I love getcolorcode.com

Triadic colors

1 #ECC1EF and #EFECC1 with #C1EFEC are triadic colors.

2 #ECEFC1 and #EFC1EC with #C1EFEC are triadic colors.