COLOR #C4E5D9

HEX: #C4E5D9
RGB: (196,229,217)

Renk bilgisi

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

RGB renk modeli

#C4E5D9 color RGB value is (196,229,217).

  • kırmız ton 196;
  • yeşil ton 229;
  • mavi ton 217.
RGB:
(196,229,217)
(77%,90%,85%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 229 of 255 = 90%
B 217 of 255 = 85%

196
229
217

R + G + B ~ 84%. #C4E5D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 229 + 217 = 642 (100%)
R 196 of 642 ~ 30.53%
G 229 of 642 ~ 35.67%
B 217 of 642 ~ 33.8%

%30.53
%35.67
%33.8

CMYK RENK MODELİ

#C4E5D9 rengi CMYK tonu (14,0,5,10).

  • camgöbeği tonu 14.41%
  • eflatun tonu 0.00%
  • sarı tonu 5.24%
  • ana renk tonu 10.20%
CMYK:
(14,0,5,10)
C14M0Y5K10 
(14%,0%,5%,10%)
(0.14/0.00/0.05/0.10)	

CMYK yüzdeleri

%14.41
%0
%5.24
%10.2

Codes

Color #C4E5D9 in popluar color models

C4E5D9
RGB196229217
HSL158°38.82%83.33%
HSB/HSV158°14.41%89.80%
CMYK14.41%0.00%5.24%
10.20%

Color #C4E5D9 in popluar number systems.

HEXC4E5D9
Decimal196229217
Binary110001001110010111011001
Octal304345331

Shades and tints

Shades of #C4E5D9

#C4E5D9
(196,229,217)
#B3D1C6
(179,209,198)
#A2BDB3
(162,189,179)
#91A9A0
(145,169,160)
#80958D
(128,149,141)
#6F817A
(111,129,122)
#5E6D67
(94,109,103)
#4D5954
(77,89,84)
#3C4541
(60,69,65)
#2B312E
(43,49,46)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #C4E5D9

#C4E5D9
(196,229,217)
#C9E7DC
(201,231,220)
#CEE9DF
(206,233,223)
#D3EBE2
(211,235,226)
#D8EDE5
(216,237,229)
#DDEFE8
(221,239,232)
#E2F1EB
(226,241,235)
#E7F3EE
(231,243,238)
#ECF5F1
(236,245,241)
#F1F7F4
(241,247,244)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E5D9 color. Also use rgb(196,229,217) instead hex code.

Text Font Color

.myTextColor { color: #C4E5D9; }

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

This text font color is #C4E5D9.


Background Color

.myBgColor { background-color: #C4E5D9; }

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

This div background color is #C4E5D9.


Border color

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

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

This div border color is #C4E5D9.


Opacity

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

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

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

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

This text has shadow with #C4E5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E5D9 on black background.


Color preview on white background

This text has color #C4E5D9 on white background.



Black color preview on #C4E5D9 background

This text has black color on #C4E5D9 background.


White color preview on #C4E5D9 background

This text has white color on #C4E5D9 background.