COLOR #C6E4D3

HEX: #C6E4D3
RGB: (198,228,211)

Renk bilgisi

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

RGB renk modeli

#C6E4D3 color RGB value is (198,228,211).

  • kırmız ton 198;
  • yeşil ton 228;
  • mavi ton 211.
RGB:
(198,228,211)
(78%,89%,83%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 228 of 255 = 89%
B 211 of 255 = 83%

198
228
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 228 + 211 = 637 (100%)
R 198 of 637 ~ 31.08%
G 228 of 637 ~ 35.79%
B 211 of 637 ~ 33.12%

%31.08
%35.79
%33.12

CMYK RENK MODELİ

#C6E4D3 rengi CMYK tonu (13,0,7,11).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 7.46%
  • ana renk tonu 10.59%
CMYK:
(13,0,7,11)
C13M0Y7K11 
(13%,0%,7%,11%)
(0.13/0.00/0.07/0.11)	

CMYK yüzdeleri

%13.16
%0
%7.46
%10.59

Codes

Color #C6E4D3 in popluar color models

C6E4D3
RGB198228211
HSL146°35.71%83.53%
HSB/HSV146°13.16%89.41%
CMYK13.16%0.00%7.46%
10.59%

Color #C6E4D3 in popluar number systems.

HEXC6E4D3
Decimal198228211
Binary110001101110010011010011
Octal306344323

Shades and tints

Shades of #C6E4D3

#C6E4D3
(198,228,211)
#B4D0C0
(180,208,192)
#A2BCAD
(162,188,173)
#90A89A
(144,168,154)
#7E9487
(126,148,135)
#6C8074
(108,128,116)
#5A6C61
(90,108,97)
#48584E
(72,88,78)
#36443B
(54,68,59)
#243028
(36,48,40)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #C6E4D3

#C6E4D3
(198,228,211)
#CBE6D7
(203,230,215)
#D0E8DB
(208,232,219)
#D5EADF
(213,234,223)
#DAECE3
(218,236,227)
#DFEEE7
(223,238,231)
#E4F0EB
(228,240,235)
#E9F2EF
(233,242,239)
#EEF4F3
(238,244,243)
#F3F6F7
(243,246,247)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E4D3 color. Also use rgb(198,228,211) instead hex code.

Text Font Color

.myTextColor { color: #C6E4D3; }

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

This text font color is #C6E4D3.


Background Color

.myBgColor { background-color: #C6E4D3; }

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

This div background color is #C6E4D3.


Border color

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

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

This div border color is #C6E4D3.


Opacity

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

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

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

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

This text has shadow with #C6E4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4D3 on black background.


Color preview on white background

This text has color #C6E4D3 on white background.



Black color preview on #C6E4D3 background

This text has black color on #C6E4D3 background.


White color preview on #C6E4D3 background

This text has white color on #C6E4D3 background.