COLOR #C4E6DC

HEX: #C4E6DC
RGB: (196,230,220)

Renk bilgisi

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

RGB renk modeli

#C4E6DC color RGB value is (196,230,220).

  • kırmız ton 196;
  • yeşil ton 230;
  • mavi ton 220.
RGB:
(196,230,220)
(77%,90%,86%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 230 of 255 = 90%
B 220 of 255 = 86%

196
230
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 230 + 220 = 646 (100%)
R 196 of 646 ~ 30.34%
G 230 of 646 ~ 35.6%
B 220 of 646 ~ 34.06%

%30.34
%35.6
%34.06

CMYK RENK MODELİ

#C4E6DC rengi CMYK tonu (15,0,4,10).

  • camgöbeği tonu 14.78%
  • eflatun tonu 0.00%
  • sarı tonu 4.35%
  • ana renk tonu 9.80%
CMYK:
(15,0,4,10)
C15M0Y4K10 
(15%,0%,4%,10%)
(0.15/0.00/0.04/0.10)	

CMYK yüzdeleri

%14.78
%0
%4.35
%9.8

Codes

Color #C4E6DC in popluar color models

C4E6DC
RGB196230220
HSL162°40.48%83.53%
HSB/HSV162°14.78%90.20%
CMYK14.78%0.00%4.35%
9.80%

Color #C4E6DC in popluar number systems.

HEXC4E6DC
Decimal196230220
Binary110001001110011011011100
Octal304346334

Shades and tints

Shades of #C4E6DC

#C4E6DC
(196,230,220)
#B3D2C8
(179,210,200)
#A2BEB4
(162,190,180)
#91AAA0
(145,170,160)
#80968C
(128,150,140)
#6F8278
(111,130,120)
#5E6E64
(94,110,100)
#4D5A50
(77,90,80)
#3C463C
(60,70,60)
#2B3228
(43,50,40)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #C4E6DC

#C4E6DC
(196,230,220)
#C9E8DF
(201,232,223)
#CEEAE2
(206,234,226)
#D3ECE5
(211,236,229)
#D8EEE8
(216,238,232)
#DDF0EB
(221,240,235)
#E2F2EE
(226,242,238)
#E7F4F1
(231,244,241)
#ECF6F4
(236,246,244)
#F1F8F7
(241,248,247)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E6DC color. Also use rgb(196,230,220) instead hex code.

Text Font Color

.myTextColor { color: #C4E6DC; }

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

This text font color is #C4E6DC.


Background Color

.myBgColor { background-color: #C4E6DC; }

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

This div background color is #C4E6DC.


Border color

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

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

This div border color is #C4E6DC.


Opacity

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

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

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

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

This text has shadow with #C4E6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E6DC on black background.


Color preview on white background

This text has color #C4E6DC on white background.



Black color preview on #C4E6DC background

This text has black color on #C4E6DC background.


White color preview on #C4E6DC background

This text has white color on #C4E6DC background.