COLOR #C5E0CC

HEX: #C5E0CC
RGB: (197,224,204)

Renk bilgisi

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

RGB renk modeli

#C5E0CC color RGB value is (197,224,204).

  • kırmız ton 197;
  • yeşil ton 224;
  • mavi ton 204.
RGB:
(197,224,204)
(77%,88%,80%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 224 of 255 = 88%
B 204 of 255 = 80%

197
224
204

R + G + B ~ 82%. #C5E0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 224 + 204 = 625 (100%)
R 197 of 625 ~ 31.52%
G 224 of 625 ~ 35.84%
B 204 of 625 ~ 32.64%

%31.52
%35.84
%32.64

CMYK RENK MODELİ

#C5E0CC rengi CMYK tonu (12,0,9,12).

  • camgöbeği tonu 12.05%
  • eflatun tonu 0.00%
  • sarı tonu 8.93%
  • ana renk tonu 12.16%
CMYK:
(12,0,9,12)
C12M0Y9K12 
(12%,0%,9%,12%)
(0.12/0.00/0.09/0.12)	

CMYK yüzdeleri

%12.05
%0
%8.93
%12.16

Codes

Color #C5E0CC in popluar color models

C5E0CC
RGB197224204
HSL136°30.34%82.55%
HSB/HSV136°12.05%87.84%
CMYK12.05%0.00%8.93%
12.16%

Color #C5E0CC in popluar number systems.

HEXC5E0CC
Decimal197224204
Binary110001011110000011001100
Octal305340314

Shades and tints

Shades of #C5E0CC

#C5E0CC
(197,224,204)
#B4CCBA
(180,204,186)
#A3B8A8
(163,184,168)
#92A496
(146,164,150)
#819084
(129,144,132)
#707C72
(112,124,114)
#5F6860
(95,104,96)
#4E544E
(78,84,78)
#3D403C
(61,64,60)
#2C2C2A
(44,44,42)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #C5E0CC

#C5E0CC
(197,224,204)
#CAE2D0
(202,226,208)
#CFE4D4
(207,228,212)
#D4E6D8
(212,230,216)
#D9E8DC
(217,232,220)
#DEEAE0
(222,234,224)
#E3ECE4
(227,236,228)
#E8EEE8
(232,238,232)
#EDF0EC
(237,240,236)
#F2F2F0
(242,242,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E0CC color. Also use rgb(197,224,204) instead hex code.

Text Font Color

.myTextColor { color: #C5E0CC; }

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

This text font color is #C5E0CC.


Background Color

.myBgColor { background-color: #C5E0CC; }

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

This div background color is #C5E0CC.


Border color

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

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

This div border color is #C5E0CC.


Opacity

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

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

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

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

This text has shadow with #C5E0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E0CC on black background.


Color preview on white background

This text has color #C5E0CC on white background.



Black color preview on #C5E0CC background

This text has black color on #C5E0CC background.


White color preview on #C5E0CC background

This text has white color on #C5E0CC background.