COLOR #C6D3B9

HEX: #C6D3B9
RGB: (198,211,185)

Renk bilgisi

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

RGB renk modeli

#C6D3B9 color RGB value is (198,211,185).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 211 of 255 = 83%
B 185 of 255 = 73%

198
211
185

R + G + B ~ 78%. #C6D3B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 211 + 185 = 594 (100%)
R 198 of 594 ~ 33.33%
G 211 of 594 ~ 35.52%
B 185 of 594 ~ 31.14%

%33.33
%35.52
%31.14

CMYK RENK MODELİ

#C6D3B9 rengi CMYK tonu (6,0,12,17).

  • camgöbeği tonu 6.16%
  • eflatun tonu 0.00%
  • sarı tonu 12.32%
  • ana renk tonu 17.25%
CMYK:
(6,0,12,17)
C6M0Y12K17 
(6%,0%,12%,17%)
(0.06/0.00/0.12/0.17)	

CMYK yüzdeleri

%6.16
%0
%12.32
%17.25

Codes

Color #C6D3B9 in popluar color models

C6D3B9
RGB198211185
HSL90°22.81%77.65%
HSB/HSV90°12.32%82.75%
CMYK6.16%0.00%12.32%
17.25%

Color #C6D3B9 in popluar number systems.

HEXC6D3B9
Decimal198211185
Binary110001101101001110111001
Octal306323271

Shades and tints

Shades of #C6D3B9

#C6D3B9
(198,211,185)
#B4C0A9
(180,192,169)
#A2AD99
(162,173,153)
#909A89
(144,154,137)
#7E8779
(126,135,121)
#6C7469
(108,116,105)
#5A6159
(90,97,89)
#484E49
(72,78,73)
#363B39
(54,59,57)
#242829
(36,40,41)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #C6D3B9

#C6D3B9
(198,211,185)
#CBD7BF
(203,215,191)
#D0DBC5
(208,219,197)
#D5DFCB
(213,223,203)
#DAE3D1
(218,227,209)
#DFE7D7
(223,231,215)
#E4EBDD
(228,235,221)
#E9EFE3
(233,239,227)
#EEF3E9
(238,243,233)
#F3F7EF
(243,247,239)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3B9; }

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

This text font color is #C6D3B9.


Background Color

.myBgColor { background-color: #C6D3B9; }

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

This div background color is #C6D3B9.


Border color

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

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

This div border color is #C6D3B9.


Opacity

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

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

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

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

This text has shadow with #C6D3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3B9 on black background.


Color preview on white background

This text has color #C6D3B9 on white background.



Black color preview on #C6D3B9 background

This text has black color on #C6D3B9 background.


White color preview on #C6D3B9 background

This text has white color on #C6D3B9 background.