COLOR #C6B9EB

HEX: #C6B9EB
RGB: (198,185,235)

Renk bilgisi

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

RGB renk modeli

#C6B9EB color RGB value is (198,185,235).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 185 of 255 = 73%
B 235 of 255 = 92%

198
185
235

R + G + B ~ 81%. #C6B9EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 185 + 235 = 618 (100%)
R 198 of 618 ~ 32.04%
G 185 of 618 ~ 29.94%
B 235 of 618 ~ 38.03%

%32.04
%29.94
%38.03

CMYK RENK MODELİ

#C6B9EB rengi CMYK tonu (16,21,0,8).

  • camgöbeği tonu 15.74%
  • eflatun tonu 21.28%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,21,0,8)
C16M21Y0K8 
(16%,21%,0%,8%)
(0.16/0.21/0.00/0.08)	

CMYK yüzdeleri

%15.74
%21.28
%0
%7.84

Codes

Color #C6B9EB in popluar color models

C6B9EB
RGB198185235
HSL256°55.56%82.35%
HSB/HSV256°21.28%92.16%
CMYK15.74%21.28%0.00%
7.84%

Color #C6B9EB in popluar number systems.

HEXC6B9EB
Decimal198185235
Binary110001101011100111101011
Octal306271353

Shades and tints

Shades of #C6B9EB

#C6B9EB
(198,185,235)
#B4A9D6
(180,169,214)
#A299C1
(162,153,193)
#9089AC
(144,137,172)
#7E7997
(126,121,151)
#6C6982
(108,105,130)
#5A596D
(90,89,109)
#484958
(72,73,88)
#363943
(54,57,67)
#24292E
(36,41,46)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6B9EB

#C6B9EB
(198,185,235)
#CBBFEC
(203,191,236)
#D0C5ED
(208,197,237)
#D5CBEE
(213,203,238)
#DAD1EF
(218,209,239)
#DFD7F0
(223,215,240)
#E4DDF1
(228,221,241)
#E9E3F2
(233,227,242)
#EEE9F3
(238,233,243)
#F3EFF4
(243,239,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B9EB; }

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

This text font color is #C6B9EB.


Background Color

.myBgColor { background-color: #C6B9EB; }

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

This div background color is #C6B9EB.


Border color

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

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

This div border color is #C6B9EB.


Opacity

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

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

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

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

This text has shadow with #C6B9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B9EB on black background.


Color preview on white background

This text has color #C6B9EB on white background.



Black color preview on #C6B9EB background

This text has black color on #C6B9EB background.


White color preview on #C6B9EB background

This text has white color on #C6B9EB background.