COLOR #C69EBB

HEX: #C69EBB
RGB: (198,158,187)

Renk bilgisi

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

RGB renk modeli

#C69EBB color RGB value is (198,158,187).

  • kırmız ton 198;
  • yeşil ton 158;
  • mavi ton 187.
RGB:
(198,158,187)
(78%,62%,73%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 158 of 255 = 62%
B 187 of 255 = 73%

198
158
187

R + G + B ~ 71%. #C69EBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 158 + 187 = 543 (100%)
R 198 of 543 ~ 36.46%
G 158 of 543 ~ 29.1%
B 187 of 543 ~ 34.44%

%36.46
%29.1
%34.44

CMYK RENK MODELİ

#C69EBB rengi CMYK tonu (0,20,6,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.20%
  • sarı tonu 5.56%
  • ana renk tonu 22.35%
CMYK:
(0,20,6,22)
C0M20Y6K22 
(0%,20%,6%,22%)
(0.00/0.20/0.06/0.22)	

CMYK yüzdeleri

%0
%20.2
%5.56
%22.35

Codes

Color #C69EBB in popluar color models

C69EBB
RGB198158187
HSL317°25.97%69.80%
HSB/HSV317°20.20%77.65%
CMYK0.00%20.20%5.56%
22.35%

Color #C69EBB in popluar number systems.

HEXC69EBB
Decimal198158187
Binary110001101001111010111011
Octal306236273

Shades and tints

Shades of #C69EBB

#C69EBB
(198,158,187)
#B490AA
(180,144,170)
#A28299
(162,130,153)
#907488
(144,116,136)
#7E6677
(126,102,119)
#6C5866
(108,88,102)
#5A4A55
(90,74,85)
#483C44
(72,60,68)
#362E33
(54,46,51)
#242022
(36,32,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #C69EBB

#C69EBB
(198,158,187)
#CBA6C1
(203,166,193)
#D0AEC7
(208,174,199)
#D5B6CD
(213,182,205)
#DABED3
(218,190,211)
#DFC6D9
(223,198,217)
#E4CEDF
(228,206,223)
#E9D6E5
(233,214,229)
#EEDEEB
(238,222,235)
#F3E6F1
(243,230,241)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69EBB color. Also use rgb(198,158,187) instead hex code.

Text Font Color

.myTextColor { color: #C69EBB; }

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

This text font color is #C69EBB.


Background Color

.myBgColor { background-color: #C69EBB; }

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

This div background color is #C69EBB.


Border color

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

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

This div border color is #C69EBB.


Opacity

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

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

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

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

This text has shadow with #C69EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69EBB on black background.


Color preview on white background

This text has color #C69EBB on white background.



Black color preview on #C69EBB background

This text has black color on #C69EBB background.


White color preview on #C69EBB background

This text has white color on #C69EBB background.