COLOR #C4EDC9

HEX: #C4EDC9
RGB: (196,237,201)

Renk bilgisi

#C4EDC9 contains red, green and blue colors in about the same proportion. #C4EDC9 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C4EDC9 color RGB value is (196,237,201).

  • kırmız ton 196;
  • yeşil ton 237;
  • mavi ton 201.
RGB:
(196,237,201)
(77%,93%,79%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 237 of 255 = 93%
B 201 of 255 = 79%

196
237
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 237 + 201 = 634 (100%)
R 196 of 634 ~ 30.91%
G 237 of 634 ~ 37.38%
B 201 of 634 ~ 31.7%

%30.91
%37.38
%31.7

CMYK RENK MODELİ

#C4EDC9 rengi CMYK tonu (17,0,15,7).

  • camgöbeği tonu 17.30%
  • eflatun tonu 0.00%
  • sarı tonu 15.19%
  • ana renk tonu 7.06%
CMYK:
(17,0,15,7)
C17M0Y15K7 
(17%,0%,15%,7%)
(0.17/0.00/0.15/0.07)	

CMYK yüzdeleri

%17.3
%0
%15.19
%7.06

Codes

Color #C4EDC9 in popluar color models

C4EDC9
RGB196237201
HSL127°53.25%84.90%
HSB/HSV127°17.30%92.94%
CMYK17.30%0.00%15.19%
7.06%

Color #C4EDC9 in popluar number systems.

HEXC4EDC9
Decimal196237201
Binary110001001110110111001001
Octal304355311

Shades and tints

Shades of #C4EDC9

#C4EDC9
(196,237,201)
#B3D8B7
(179,216,183)
#A2C3A5
(162,195,165)
#91AE93
(145,174,147)
#809981
(128,153,129)
#6F846F
(111,132,111)
#5E6F5D
(94,111,93)
#4D5A4B
(77,90,75)
#3C4539
(60,69,57)
#2B3027
(43,48,39)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #C4EDC9

#C4EDC9
(196,237,201)
#C9EECD
(201,238,205)
#CEEFD1
(206,239,209)
#D3F0D5
(211,240,213)
#D8F1D9
(216,241,217)
#DDF2DD
(221,242,221)
#E2F3E1
(226,243,225)
#E7F4E5
(231,244,229)
#ECF5E9
(236,245,233)
#F1F6ED
(241,246,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EDC9 color. Also use rgb(196,237,201) instead hex code.

Text Font Color

.myTextColor { color: #C4EDC9; }

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

This text font color is #C4EDC9.


Background Color

.myBgColor { background-color: #C4EDC9; }

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

This div background color is #C4EDC9.


Border color

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

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

This div border color is #C4EDC9.


Opacity

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

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

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

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

This text has shadow with #C4EDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EDC9 on black background.


Color preview on white background

This text has color #C4EDC9 on white background.



Black color preview on #C4EDC9 background

This text has black color on #C4EDC9 background.


White color preview on #C4EDC9 background

This text has white color on #C4EDC9 background.