COLOR #C4F1EB

HEX: #C4F1EB RGB: (196,241,235)

Color info

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

RGB color model

#C4F1EB color RGB value is (196,241,235).

RGB: (196,241,235) (77%, 95%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 241 of 255 = 95%
B 235 of 255 = 92%

196
241
235

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

Portions of RGB colors in percentages

R + G + B = 196 + 241 + 235 = 672 (100%)
R 196 of 672 ~ 29.17%
G 241 of 672 ~ 35.86%
B 235 of 672 ~ 34.97'%

%29.17
%35.86
%34.97

CMYK color model

#C4F1EB color CMYK value is (19,0,2,5).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (19,0,2,5)
C19M0Y2K5 (19%, 0%, 2%, 5%)
(0.19 / 0.00 / 0.02 / 0.05)

CMYK percentages

%18.67
%0
%2.49
%5.49

Codes

Color #C4F1EB in popluar color models

C4 F1 EB
RGB 196 241 235
HSL 172° 61.64% 85.69%
HSB/HSV 172° 18.67% 94.51%
CMYK 18.67% 0.00% 2.49%
5.49%

Color #C4F1EB in popluar number systems.

HEX C4 F1 EB
Decimal 196 241 235
Binary 11000100 11110001 11101011
Octal 304 361 353

Shades and tints

Shades of #C4F1EB

#C4F1EB
(196,241,235)
#B3DCD6
(179,220,214)
#A2C7C1
(162,199,193)
#91B2AC
(145,178,172)
#809D97
(128,157,151)
#6F8882
(111,136,130)
#5E736D
(94,115,109)
#4D5E58
(77,94,88)
#3C4943
(60,73,67)
#2B342E
(43,52,46)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #C4F1EB

#C4F1EB
(196,241,235)
#C9F2EC
(201,242,236)
#CEF3ED
(206,243,237)
#D3F4EE
(211,244,238)
#D8F5EF
(216,245,239)
#DDF6F0
(221,246,240)
#E2F7F1
(226,247,241)
#E7F8F2
(231,248,242)
#ECF9F3
(236,249,243)
#F1FAF4
(241,250,244)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F1EB color. Also use rgb(196,241,235) instead hex code.

Text Font Color

.myTextColor { color: #C4F1EB; }

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

This text font color is #C4F1EB.

Background Color

.myBgColor { background-color: #C4F1EB; }

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

This div background color is #C4F1EB.

Border color

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

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

This div border color is #C4F1EB.

Opacity

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

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

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

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

This text has shadow with #C4F1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F1EB.

Preview

Color preview on black background

This text has color #C4F1EB on black background.


Color preview on white background

This text has color #C4F1EB on white background.


Black color preview on #C4F1EB background

This text has black color on #C4F1EB background.


White color preview on #C4F1EB background

This text has white color on #C4F1EB background.


Related colors

Complementary color

Complementary color for #hex is #3B0E14.


I love getcolorcode.com

Triadic colors

1 #EBC4F1 and #F1EBC4 with #C4F1EB are triadic colors.

2 #EBF1C4 and #F1C4EB with #C4F1EB are triadic colors.