COLOR #C5E4DC

HEX: #C5E4DC
RGB: (197,228,220)

Renk bilgisi

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

RGB renk modeli

#C5E4DC color RGB value is (197,228,220).

  • kırmız ton 197;
  • yeşil ton 228;
  • mavi ton 220.
RGB:
(197,228,220)
(77%,89%,86%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 228 of 255 = 89%
B 220 of 255 = 86%

197
228
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 228 + 220 = 645 (100%)
R 197 of 645 ~ 30.54%
G 228 of 645 ~ 35.35%
B 220 of 645 ~ 34.11%

%30.54
%35.35
%34.11

CMYK RENK MODELİ

#C5E4DC rengi CMYK tonu (14,0,4,11).

  • camgöbeği tonu 13.60%
  • eflatun tonu 0.00%
  • sarı tonu 3.51%
  • ana renk tonu 10.59%
CMYK:
(14,0,4,11)
C14M0Y4K11 
(14%,0%,4%,11%)
(0.14/0.00/0.04/0.11)	

CMYK yüzdeleri

%13.6
%0
%3.51
%10.59

Codes

Color #C5E4DC in popluar color models

C5E4DC
RGB197228220
HSL165°36.47%83.33%
HSB/HSV165°13.60%89.41%
CMYK13.60%0.00%3.51%
10.59%

Color #C5E4DC in popluar number systems.

HEXC5E4DC
Decimal197228220
Binary110001011110010011011100
Octal305344334

Shades and tints

Shades of #C5E4DC

#C5E4DC
(197,228,220)
#B4D0C8
(180,208,200)
#A3BCB4
(163,188,180)
#92A8A0
(146,168,160)
#81948C
(129,148,140)
#708078
(112,128,120)
#5F6C64
(95,108,100)
#4E5850
(78,88,80)
#3D443C
(61,68,60)
#2C3028
(44,48,40)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #C5E4DC

#C5E4DC
(197,228,220)
#CAE6DF
(202,230,223)
#CFE8E2
(207,232,226)
#D4EAE5
(212,234,229)
#D9ECE8
(217,236,232)
#DEEEEB
(222,238,235)
#E3F0EE
(227,240,238)
#E8F2F1
(232,242,241)
#EDF4F4
(237,244,244)
#F2F6F7
(242,246,247)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E4DC color. Also use rgb(197,228,220) instead hex code.

Text Font Color

.myTextColor { color: #C5E4DC; }

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

This text font color is #C5E4DC.


Background Color

.myBgColor { background-color: #C5E4DC; }

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

This div background color is #C5E4DC.


Border color

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

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

This div border color is #C5E4DC.


Opacity

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

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

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

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

This text has shadow with #C5E4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E4DC on black background.


Color preview on white background

This text has color #C5E4DC on white background.



Black color preview on #C5E4DC background

This text has black color on #C5E4DC background.


White color preview on #C5E4DC background

This text has white color on #C5E4DC background.