COLOR #C5E2D6

HEX: #C5E2D6
RGB: (197,226,214)

Renk bilgisi

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

RGB renk modeli

#C5E2D6 color RGB value is (197,226,214).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 226 of 255 = 89%
B 214 of 255 = 84%

197
226
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 226 + 214 = 637 (100%)
R 197 of 637 ~ 30.93%
G 226 of 637 ~ 35.48%
B 214 of 637 ~ 33.59%

%30.93
%35.48
%33.59

CMYK RENK MODELİ

#C5E2D6 rengi CMYK tonu (13,0,5,11).

  • camgöbeği tonu 12.83%
  • eflatun tonu 0.00%
  • sarı tonu 5.31%
  • ana renk tonu 11.37%
CMYK:
(13,0,5,11)
C13M0Y5K11 
(13%,0%,5%,11%)
(0.13/0.00/0.05/0.11)	

CMYK yüzdeleri

%12.83
%0
%5.31
%11.37

Codes

Color #C5E2D6 in popluar color models

C5E2D6
RGB197226214
HSL155°33.33%82.94%
HSB/HSV155°12.83%88.63%
CMYK12.83%0.00%5.31%
11.37%

Color #C5E2D6 in popluar number systems.

HEXC5E2D6
Decimal197226214
Binary110001011110001011010110
Octal305342326

Shades and tints

Shades of #C5E2D6

#C5E2D6
(197,226,214)
#B4CEC3
(180,206,195)
#A3BAB0
(163,186,176)
#92A69D
(146,166,157)
#81928A
(129,146,138)
#707E77
(112,126,119)
#5F6A64
(95,106,100)
#4E5651
(78,86,81)
#3D423E
(61,66,62)
#2C2E2B
(44,46,43)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #C5E2D6

#C5E2D6
(197,226,214)
#CAE4D9
(202,228,217)
#CFE6DC
(207,230,220)
#D4E8DF
(212,232,223)
#D9EAE2
(217,234,226)
#DEECE5
(222,236,229)
#E3EEE8
(227,238,232)
#E8F0EB
(232,240,235)
#EDF2EE
(237,242,238)
#F2F4F1
(242,244,241)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E2D6; }

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

This text font color is #C5E2D6.


Background Color

.myBgColor { background-color: #C5E2D6; }

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

This div background color is #C5E2D6.


Border color

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

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

This div border color is #C5E2D6.


Opacity

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

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

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

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

This text has shadow with #C5E2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2D6 on black background.


Color preview on white background

This text has color #C5E2D6 on white background.



Black color preview on #C5E2D6 background

This text has black color on #C5E2D6 background.


White color preview on #C5E2D6 background

This text has white color on #C5E2D6 background.