COLOR #C6BEE7

HEX: #C6BEE7
RGB: (198,190,231)

Renk bilgisi

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

RGB renk modeli

#C6BEE7 color RGB value is (198,190,231).

  • kırmız ton 198;
  • yeşil ton 190;
  • mavi ton 231.
RGB:
(198,190,231)
(78%,75%,91%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 190 of 255 = 75%
B 231 of 255 = 91%

198
190
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 190 + 231 = 619 (100%)
R 198 of 619 ~ 31.99%
G 190 of 619 ~ 30.69%
B 231 of 619 ~ 37.32%

%31.99
%30.69
%37.32

CMYK RENK MODELİ

#C6BEE7 rengi CMYK tonu (14,18,0,9).

  • camgöbeği tonu 14.29%
  • eflatun tonu 17.75%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,18,0,9)
C14M18Y0K9 
(14%,18%,0%,9%)
(0.14/0.18/0.00/0.09)	

CMYK yüzdeleri

%14.29
%17.75
%0
%9.41

Codes

Color #C6BEE7 in popluar color models

C6BEE7
RGB198190231
HSL252°46.07%82.55%
HSB/HSV252°17.75%90.59%
CMYK14.29%17.75%0.00%
9.41%

Color #C6BEE7 in popluar number systems.

HEXC6BEE7
Decimal198190231
Binary110001101011111011100111
Octal306276347

Shades and tints

Shades of #C6BEE7

#C6BEE7
(198,190,231)
#B4ADD2
(180,173,210)
#A29CBD
(162,156,189)
#908BA8
(144,139,168)
#7E7A93
(126,122,147)
#6C697E
(108,105,126)
#5A5869
(90,88,105)
#484754
(72,71,84)
#36363F
(54,54,63)
#24252A
(36,37,42)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6BEE7

#C6BEE7
(198,190,231)
#CBC3E9
(203,195,233)
#D0C8EB
(208,200,235)
#D5CDED
(213,205,237)
#DAD2EF
(218,210,239)
#DFD7F1
(223,215,241)
#E4DCF3
(228,220,243)
#E9E1F5
(233,225,245)
#EEE6F7
(238,230,247)
#F3EBF9
(243,235,249)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BEE7 color. Also use rgb(198,190,231) instead hex code.

Text Font Color

.myTextColor { color: #C6BEE7; }

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

This text font color is #C6BEE7.


Background Color

.myBgColor { background-color: #C6BEE7; }

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

This div background color is #C6BEE7.


Border color

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

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

This div border color is #C6BEE7.


Opacity

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

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

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

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

This text has shadow with #C6BEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BEE7 on black background.


Color preview on white background

This text has color #C6BEE7 on white background.



Black color preview on #C6BEE7 background

This text has black color on #C6BEE7 background.


White color preview on #C6BEE7 background

This text has white color on #C6BEE7 background.