COLOR #C6B9CC

HEX: #C6B9CC
RGB: (198,185,204)

Renk bilgisi

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

RGB renk modeli

#C6B9CC color RGB value is (198,185,204).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 185 of 255 = 73%
B 204 of 255 = 80%

198
185
204

R + G + B ~ 77%. #C6B9CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 185 + 204 = 587 (100%)
R 198 of 587 ~ 33.73%
G 185 of 587 ~ 31.52%
B 204 of 587 ~ 34.75%

%33.73
%31.52
%34.75

CMYK RENK MODELİ

#C6B9CC rengi CMYK tonu (3,9,0,20).

  • camgöbeği tonu 2.94%
  • eflatun tonu 9.31%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(3,9,0,20)
C3M9Y0K20 
(3%,9%,0%,20%)
(0.03/0.09/0.00/0.20)	

CMYK yüzdeleri

%2.94
%9.31
%0
%20

Codes

Color #C6B9CC in popluar color models

C6B9CC
RGB198185204
HSL281°15.70%76.27%
HSB/HSV281°9.31%80.00%
CMYK2.94%9.31%0.00%
20.00%

Color #C6B9CC in popluar number systems.

HEXC6B9CC
Decimal198185204
Binary110001101011100111001100
Octal306271314

Shades and tints

Shades of #C6B9CC

#C6B9CC
(198,185,204)
#B4A9BA
(180,169,186)
#A299A8
(162,153,168)
#908996
(144,137,150)
#7E7984
(126,121,132)
#6C6972
(108,105,114)
#5A5960
(90,89,96)
#48494E
(72,73,78)
#36393C
(54,57,60)
#24292A
(36,41,42)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6B9CC

#C6B9CC
(198,185,204)
#CBBFD0
(203,191,208)
#D0C5D4
(208,197,212)
#D5CBD8
(213,203,216)
#DAD1DC
(218,209,220)
#DFD7E0
(223,215,224)
#E4DDE4
(228,221,228)
#E9E3E8
(233,227,232)
#EEE9EC
(238,233,236)
#F3EFF0
(243,239,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B9CC; }

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

This text font color is #C6B9CC.


Background Color

.myBgColor { background-color: #C6B9CC; }

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

This div background color is #C6B9CC.


Border color

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

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

This div border color is #C6B9CC.


Opacity

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

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

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

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

This text has shadow with #C6B9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B9CC on black background.


Color preview on white background

This text has color #C6B9CC on white background.



Black color preview on #C6B9CC background

This text has black color on #C6B9CC background.


White color preview on #C6B9CC background

This text has white color on #C6B9CC background.