COLOR #C5F5CC

HEX: #C5F5CC
RGB: (197,245,204)

Renk bilgisi

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

RGB renk modeli

#C5F5CC color RGB value is (197,245,204).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 245 of 255 = 96%
B 204 of 255 = 80%

197
245
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 245 + 204 = 646 (100%)
R 197 of 646 ~ 30.5%
G 245 of 646 ~ 37.93%
B 204 of 646 ~ 31.58%

%30.5
%37.93
%31.58

CMYK RENK MODELİ

#C5F5CC rengi CMYK tonu (20,0,17,4).

  • camgöbeği tonu 19.59%
  • eflatun tonu 0.00%
  • sarı tonu 16.73%
  • ana renk tonu 3.92%
CMYK:
(20,0,17,4)
C20M0Y17K4 
(20%,0%,17%,4%)
(0.20/0.00/0.17/0.04)	

CMYK yüzdeleri

%19.59
%0
%16.73
%3.92

Codes

Color #C5F5CC in popluar color models

C5F5CC
RGB197245204
HSL129°70.59%86.67%
HSB/HSV129°19.59%96.08%
CMYK19.59%0.00%16.73%
3.92%

Color #C5F5CC in popluar number systems.

HEXC5F5CC
Decimal197245204
Binary110001011111010111001100
Octal305365314

Shades and tints

Shades of #C5F5CC

#C5F5CC
(197,245,204)
#B4DFBA
(180,223,186)
#A3C9A8
(163,201,168)
#92B396
(146,179,150)
#819D84
(129,157,132)
#708772
(112,135,114)
#5F7160
(95,113,96)
#4E5B4E
(78,91,78)
#3D453C
(61,69,60)
#2C2F2A
(44,47,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5F5CC

#C5F5CC
(197,245,204)
#CAF5D0
(202,245,208)
#CFF5D4
(207,245,212)
#D4F5D8
(212,245,216)
#D9F5DC
(217,245,220)
#DEF5E0
(222,245,224)
#E3F5E4
(227,245,228)
#E8F5E8
(232,245,232)
#EDF5EC
(237,245,236)
#F2F5F0
(242,245,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F5CC; }

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

This text font color is #C5F5CC.


Background Color

.myBgColor { background-color: #C5F5CC; }

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

This div background color is #C5F5CC.


Border color

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

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

This div border color is #C5F5CC.


Opacity

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

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

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

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

This text has shadow with #C5F5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F5CC on black background.


Color preview on white background

This text has color #C5F5CC on white background.



Black color preview on #C5F5CC background

This text has black color on #C5F5CC background.


White color preview on #C5F5CC background

This text has white color on #C5F5CC background.