COLOR #69CB9B

HEX: #69CB9B
RGB: (105,203,155)

Color info

#69CB9B contains mainly green and blue colors. Web safe color of #69CB9B is #66CC99 (or #6C9).

RGB color model

#69CB9B color RGB value is (105,203,155).

  • red value is 105;
  • green value is 203;
  • blue value is 155.
RGB:
(105,203,155)
(41%,80%,61%)

RGB channels and saturation

R 105 of 255 = 41%
G 203 of 255 = 80%
B 155 of 255 = 61%

105
203
155

R + G + B ~ 61%. #69CB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 203 + 155 = 463 (100%)
R 105 of 463 ~ 22.68%
G 203 of 463 ~ 43.84%
B 155 of 463 ~ 33.48%

%22.68
%43.84
%33.48

CMYK color model

#69CB9B color CMYK value is (48,0,24,20).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 20.39%
CMYK:
(48,0,24,20)
C48M0Y24K20 
(48%,0%,24%,20%)
(0.48/0.00/0.24/0.20)	

CMYK percentages

%48.28
%0
%23.65
%20.39

Codes

Color #69CB9B in popluar color models

69CB9B
RGB105203155
HSL151°48.51%60.39%
HSB/HSV151°48.28%79.61%
CMYK48.28%0.00%23.65%
20.39%

Color #69CB9B in popluar number systems.

HEX69CB9B
Decimal105203155
Binary11010011100101110011011
Octal151313233

Shades and tints

Shades of #69CB9B

#69CB9B
(105,203,155)
#60B98D
(96,185,141)
#57A77F
(87,167,127)
#4E9571
(78,149,113)
#458363
(69,131,99)
#3C7155
(60,113,85)
#335F47
(51,95,71)
#2A4D39
(42,77,57)
#213B2B
(33,59,43)
#18291D
(24,41,29)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #69CB9B

#69CB9B
(105,203,155)
#76CFA4
(118,207,164)
#83D3AD
(131,211,173)
#90D7B6
(144,215,182)
#9DDBBF
(157,219,191)
#AADFC8
(170,223,200)
#B7E3D1
(183,227,209)
#C4E7DA
(196,231,218)
#D1EBE3
(209,235,227)
#DEEFEC
(222,239,236)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69CB9B color. Also use rgb(105,203,155) instead hex code.

Text Font Color

.myTextColor { color: #69CB9B; }

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

This text font color is #69CB9B.


Background Color

.myBgColor { background-color: #69CB9B; }

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

This div background color is #69CB9B.


Border color

.myBorderColor { border: 1px solid #69CB9B; }

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

This div border color is #69CB9B.


Opacity

.myOpacity80 { color: #69CB9B; opacity: 0.8; }

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

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

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

This text has shadow with #69CB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69CB9B on black background.


Color preview on white background

This text has color #69CB9B on white background.



Black color preview on #69CB9B background

This text has black color on #69CB9B background.


White color preview on #69CB9B background

This text has white color on #69CB9B background.