COLOR #C5F2DD

HEX: #C5F2DD
RGB: (197,242,221)

Renk bilgisi

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

RGB renk modeli

#C5F2DD color RGB value is (197,242,221).

  • kırmız ton 197;
  • yeşil ton 242;
  • mavi ton 221.
RGB:
(197,242,221)
(77%,95%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 242 of 255 = 95%
B 221 of 255 = 87%

197
242
221

R + G + B ~ 86%. #C5F2DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 242 + 221 = 660 (100%)
R 197 of 660 ~ 29.85%
G 242 of 660 ~ 36.67%
B 221 of 660 ~ 33.48%

%29.85
%36.67
%33.48

CMYK RENK MODELİ

#C5F2DD rengi CMYK tonu (19,0,9,5).

  • camgöbeği tonu 18.60%
  • eflatun tonu 0.00%
  • sarı tonu 8.68%
  • ana renk tonu 5.10%
CMYK:
(19,0,9,5)
C19M0Y9K5 
(19%,0%,9%,5%)
(0.19/0.00/0.09/0.05)	

CMYK yüzdeleri

%18.6
%0
%8.68
%5.1

Codes

Color #C5F2DD in popluar color models

C5F2DD
RGB197242221
HSL152°63.38%86.08%
HSB/HSV152°18.60%94.90%
CMYK18.60%0.00%8.68%
5.10%

Color #C5F2DD in popluar number systems.

HEXC5F2DD
Decimal197242221
Binary110001011111001011011101
Octal305362335

Shades and tints

Shades of #C5F2DD

#C5F2DD
(197,242,221)
#B4DCC9
(180,220,201)
#A3C6B5
(163,198,181)
#92B0A1
(146,176,161)
#819A8D
(129,154,141)
#708479
(112,132,121)
#5F6E65
(95,110,101)
#4E5851
(78,88,81)
#3D423D
(61,66,61)
#2C2C29
(44,44,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5F2DD

#C5F2DD
(197,242,221)
#CAF3E0
(202,243,224)
#CFF4E3
(207,244,227)
#D4F5E6
(212,245,230)
#D9F6E9
(217,246,233)
#DEF7EC
(222,247,236)
#E3F8EF
(227,248,239)
#E8F9F2
(232,249,242)
#EDFAF5
(237,250,245)
#F2FBF8
(242,251,248)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F2DD color. Also use rgb(197,242,221) instead hex code.

Text Font Color

.myTextColor { color: #C5F2DD; }

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

This text font color is #C5F2DD.


Background Color

.myBgColor { background-color: #C5F2DD; }

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

This div background color is #C5F2DD.


Border color

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

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

This div border color is #C5F2DD.


Opacity

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

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

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

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

This text has shadow with #C5F2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F2DD on black background.


Color preview on white background

This text has color #C5F2DD on white background.



Black color preview on #C5F2DD background

This text has black color on #C5F2DD background.


White color preview on #C5F2DD background

This text has white color on #C5F2DD background.