COLOR #C5E2DF

HEX: #C5E2DF
RGB: (197,226,223)

Renk bilgisi

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

RGB renk modeli

#C5E2DF color RGB value is (197,226,223).

  • kırmız ton 197;
  • yeşil ton 226;
  • mavi ton 223.
RGB:
(197,226,223)
(77%,89%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 226 of 255 = 89%
B 223 of 255 = 87%

197
226
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 226 + 223 = 646 (100%)
R 197 of 646 ~ 30.5%
G 226 of 646 ~ 34.98%
B 223 of 646 ~ 34.52%

%30.5
%34.98
%34.52

CMYK RENK MODELİ

#C5E2DF rengi CMYK tonu (13,0,1,11).

  • camgöbeği tonu 12.83%
  • eflatun tonu 0.00%
  • sarı tonu 1.33%
  • ana renk tonu 11.37%
CMYK:
(13,0,1,11)
C13M0Y1K11 
(13%,0%,1%,11%)
(0.13/0.00/0.01/0.11)	

CMYK yüzdeleri

%12.83
%0
%1.33
%11.37

Codes

Color #C5E2DF in popluar color models

C5E2DF
RGB197226223
HSL174°33.33%82.94%
HSB/HSV174°12.83%88.63%
CMYK12.83%0.00%1.33%
11.37%

Color #C5E2DF in popluar number systems.

HEXC5E2DF
Decimal197226223
Binary110001011110001011011111
Octal305342337

Shades and tints

Shades of #C5E2DF

#C5E2DF
(197,226,223)
#B4CECB
(180,206,203)
#A3BAB7
(163,186,183)
#92A6A3
(146,166,163)
#81928F
(129,146,143)
#707E7B
(112,126,123)
#5F6A67
(95,106,103)
#4E5653
(78,86,83)
#3D423F
(61,66,63)
#2C2E2B
(44,46,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5E2DF

#C5E2DF
(197,226,223)
#CAE4E1
(202,228,225)
#CFE6E3
(207,230,227)
#D4E8E5
(212,232,229)
#D9EAE7
(217,234,231)
#DEECE9
(222,236,233)
#E3EEEB
(227,238,235)
#E8F0ED
(232,240,237)
#EDF2EF
(237,242,239)
#F2F4F1
(242,244,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E2DF color. Also use rgb(197,226,223) instead hex code.

Text Font Color

.myTextColor { color: #C5E2DF; }

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

This text font color is #C5E2DF.


Background Color

.myBgColor { background-color: #C5E2DF; }

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

This div background color is #C5E2DF.


Border color

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

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

This div border color is #C5E2DF.


Opacity

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

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

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

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

This text has shadow with #C5E2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2DF on black background.


Color preview on white background

This text has color #C5E2DF on white background.



Black color preview on #C5E2DF background

This text has black color on #C5E2DF background.


White color preview on #C5E2DF background

This text has white color on #C5E2DF background.